mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
h2 styling in the site
This commit is contained in:
parent
0d1c9cacc3
commit
ca7d8674df
@ -3,7 +3,12 @@ h1, h2, h3, h4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 24px;
|
background-color: #623C60;
|
||||||
|
border-radius: 5px;
|
||||||
|
color: #fff;
|
||||||
|
margin-top: 32px;
|
||||||
|
margin-bottom: 18px;
|
||||||
|
padding: 10px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -3,7 +3,12 @@ h1, h2, h3, h4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
background-color: #623C60;
|
||||||
|
border-radius: 5px;
|
||||||
|
color: #fff;
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
|
margin-bottom: 24px;
|
||||||
|
padding: 10px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user