This commit is contained in:
Alfred Melch 2019-12-28 12:18:04 +01:00
parent 1d1b2a4dc0
commit 8ce324cd04

View File

@ -7,12 +7,24 @@ html {
background-color: #fce6cb;
}
html {
overflow-y: scroll;
}
header {
border-bottom: 2px solid white;
margin-bottom: 1em;
display: flex;
align-items: center;
padding: 0px 10px;
}
header h1 {
flex: 1;
}
footer {
border-top: 2px solid white;
margin-top: 1em;
padding: 0 10px;
}