Another small text style fix
This commit is contained in:
parent
b699791956
commit
62f2557cae
@ -43,12 +43,18 @@ form {
|
||||
|
||||
/* text styles */
|
||||
|
||||
h1,h2,h3,p {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
h1,h2,h3 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 15px;
|
||||
margin-top: 15px;
|
||||
color: #fff;
|
||||
font-size: 1.875em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@ -64,7 +70,6 @@ h3 {
|
||||
|
||||
p {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
x
Reference in New Issue
Block a user