small styling

This commit is contained in:
cupcakearmy 2019-09-16 01:24:39 +02:00
parent 8fbdcaf73c
commit 39c1bf4282
2 changed files with 14 additions and 3 deletions

View File

@ -62,8 +62,7 @@
width: 100%; width: 100%;
} }
#singular #main #content > p a, #singular #main #content > * a {
#singular #main #content > figure a {
border-bottom: 2px solid var(--clr-black); border-bottom: 2px solid var(--clr-black);
} }
@ -122,7 +121,7 @@
margin: .25em .5em; margin: .25em .5em;
} }
#singular #top{ #singular #top {
padding: 0 .5em; padding: 0 .5em;
} }
} }

View File

@ -40,6 +40,18 @@ h1, h2, h3, h4, h5, h6 {
margin: 0; margin: 0;
} }
h2 {
margin-top: 3em;
}
h3 {
margin-top: 2em;
}
h4, h5, h6 {
margin-top: 1em;
}
a { a {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;