Fix template CSS

This commit is contained in:
kjwon15
2019-01-05 19:32:51 +09:00
parent d4cfc4cdad
commit dc027951e4
6 changed files with 7 additions and 20 deletions

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%;