mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Merge pull request #44 from jake-low/swissen-section-width
Widen section labels on swissen template
This commit is contained in:
@@ -82,12 +82,12 @@
|
||||
|
||||
h3 {
|
||||
float: left;
|
||||
width: 16%;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
h3+p {
|
||||
float: left;
|
||||
width: 84%;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
ul li {
|
||||
@@ -107,7 +107,7 @@
|
||||
|
||||
ol {
|
||||
float: left;
|
||||
width: 84%;
|
||||
width: 80%;
|
||||
margin: .6em 0 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user