feat: footer css

This commit is contained in:
Laureηt 2020-11-19 18:19:05 +01:00
parent 50e9bfdef6
commit 8a28be191d

View file

@ -37,27 +37,34 @@ p {
} }
h1 { h1 {
font-size: 1.9em; font-size: 2em;
margin-bottom: .7em; margin-bottom: .7em;
} }
ol, ul { ol, ul {
margin: .7em 0 0 1.3em; margin: .7em 0 0 1.4em;
} }
li { li {
margin-bottom: 0.3em; margin-bottom: 0.4em;
} }
hr { hr {
border: 0; border: 0;
border-top: 1px dashed #d2d2d2; border-top: 1px dashed #d2d2d2;
height: 0; height: 0;
margin: 1.6em 0; margin: 1.7em 0;
} }
header { header {
margin: 1.3em 0 2em; margin: 1.2em 0 2em;
}
footer {
color: #8e8e8e;
font-size: .7em;
text-align: center;
margin: 5em 0 2em;
} }
.blink { .blink {