Add margin to header and remove unused styles from article and info sections
This commit is contained in:
@@ -103,6 +103,7 @@ header {
|
|||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: 120%;
|
line-height: 120%;
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uri {
|
.uri {
|
||||||
@@ -149,25 +150,6 @@ h3 {
|
|||||||
font-style: normal
|
font-style: normal
|
||||||
}
|
}
|
||||||
|
|
||||||
article .header {
|
|
||||||
font-size: 1rem;
|
|
||||||
font-style: normal;
|
|
||||||
color: var(--color-tag1);
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.info,.info a {
|
|
||||||
color: var(--color-tag2);
|
|
||||||
font-size: 1rem;
|
|
||||||
font-style: normal;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.info a:visited {
|
|
||||||
color: var(--color-tag2);
|
|
||||||
}
|
|
||||||
|
|
||||||
section.body {
|
section.body {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user