context-store
Alfred Melch 5 years ago
parent 1d1b2a4dc0
commit 8ce324cd04

@ -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;
}

Loading…
Cancel
Save