css: Reorder css related to h1 and h2.

This commit is contained in:
Siddharth Varshney 2020-05-25 02:28:55 +05:30 committed by Tim Abbott
parent ea704c8c91
commit 8317bde30f

View File

@ -23,6 +23,14 @@ h3 {
line-height: 1.2;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
p {
margin: 10px 0px;
font-weight: normal;
@ -66,14 +74,6 @@ a {
}
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
span a:hover,
p a:hover,
ul a:hover,