go-project-template/httpserver/static/main.css

23 lines
294 B
CSS
Raw Normal View History

2024-05-05 22:10:32 +00:00
html, body {
height: 100%;
margin: 0;
font-family: sans-serif;
}
#wrapper {
min-height: calc(100% - 2em);
display: flex;
flex-direction: column;
row-gap: 1em;
padding: 1em;
}
#main {
flex-grow: 1;
}
header {
font-size: 1.5em;
font-weight: bold;
}