adding some formatting tweaks
This commit is contained in:
parent
1778115a82
commit
ed14795d1f
1 changed files with 3 additions and 3 deletions
|
@ -69,14 +69,14 @@ $def with (title, body)
|
|||
font-size: 1.3em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
padding-bottom:5px;
|
||||
padding-top:5px;
|
||||
padding-top:20px;
|
||||
}
|
||||
p {
|
||||
padding-bottom: 5px;
|
||||
|
|
Reference in a new issue