Merge pull request #85 from Kjwon15/fix-template

Update modern template to use newer flex based styling
This commit is contained in:
Craig Davis 2019-01-05 09:53:52 -08:00 committed by GitHub
commit bada70bef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 20 deletions

View File

@ -53,10 +53,6 @@ body.pdf {
position: absolute;
}
ul li {
width: 33%;
float: left;
}
ul dl {
margin: 0;
padding: 0.3em 0 0;

View File

@ -102,11 +102,13 @@ ul {
margin: 0;
padding: 0;
list-style: none;
display: table;
display: flex;
flex-wrap: wrap
}
ul li {
margin: 0;
padding: 0;
flex-basis: 33%;
}
ul dl {

View File

@ -94,10 +94,6 @@
width: 78%;
}
ul li {
width: 33%;
float: left;
}
ul dl {
dt {
font-size: 122%;
@ -156,4 +152,4 @@
@media screen and (min-width: 118em) {
}
}

View File

@ -51,10 +51,6 @@ body.pdf {
position: absolute;
}
ul li {
width: 33.33%;
float: left;
}
ul dl {
margin: 0;
padding: 0.3em 0 0;

View File

@ -109,11 +109,13 @@ ul {
margin: 0;
padding: 0;
list-style: none;
display: table;
display: flex;
flex-wrap: wrap;
}
ul li {
margin: 0;
padding: 0;
flex-basis: 33%;
}
ul dl {

View File

@ -89,11 +89,6 @@
float: left;
width: 80%;
}
ul li {
width: 33.33%;
float: left;
}
ul dl {
dt {
font-size: 122%;