Move site CSS to a separate file

This commit is contained in:
2018-07-13 08:58:12 +02:00
parent 3308be40ee
commit 0714474dc6
2 changed files with 12 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
header > h1 > img {
height: 1em;
}
footer {
margin-top: 3em;
font-weight: bold;
border-top: 1px dotted black;
padding-top: 1em;
}