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-size: 1.3em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 5px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-bottom:5px;
|
padding-bottom:5px;
|
||||||
padding-top:5px;
|
padding-top:20px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
|
@ -84,7 +84,7 @@ $def with (title, body)
|
||||||
form {
|
form {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
$:body
|
$:body
|
||||||
|
|
Reference in a new issue