feta/view/style.css
sneak 06df947186
Some checks failed
continuous-integration/drone/push Build is failing
major overhaul, including:
* builds with echo now instead of gin
* beginning of web UI
* factor out util functions
2020-03-30 16:05:53 -07:00

18 lines
196 B
CSS

body {
}
#pagebody {
margin-top: 4em;
}
footer {
padding-left: 1em;
padding-top: 2em;
padding-bottom: 0.5em;
}
h1,h2,h3,h4 {
padding-top: 1em;
padding-bottom: 0.25em;
}