display/src/App.css

18 lines
233 B
CSS
Raw Normal View History

2021-11-12 17:24:16 +01:00
body {
font-size: 200%;
margin-top: 1em;
}
2021-11-12 17:36:30 +01:00
.main {
margin-bottom: 2rem;
}
footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 1.5rem;
background-color: #e8e8e8;
font-size: 1rem;
2021-11-12 16:41:27 +01:00
}