mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Merge pull request #43 from jake-low/swissen-list-wrap
Fix list overflow for swissen template
This commit is contained in:
commit
344709a6cc
@ -52,7 +52,7 @@ body.pdf {
|
||||
}
|
||||
|
||||
ul li {
|
||||
width: 28%;
|
||||
width: 33.33%;
|
||||
float: left;
|
||||
}
|
||||
ul dl {
|
||||
|
@ -109,6 +109,7 @@ ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
display: table;
|
||||
}
|
||||
ul li {
|
||||
margin: 0;
|
||||
|
@ -91,7 +91,7 @@
|
||||
}
|
||||
|
||||
ul li {
|
||||
width: 28%;
|
||||
width: 33.33%;
|
||||
float: left;
|
||||
}
|
||||
ul dl {
|
||||
|
Loading…
x
Reference in New Issue
Block a user