mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Fix template CSS
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user