diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-29 07:07:36 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-29 07:12:51 -0500 |
commit | 7862c791be6dbec56785c2c95933bcdeb34da366 (patch) | |
tree | 22324a2d002cd663234f9ba7e32775df298c7de6 /webapp/src/default.css | |
parent | cfc761a9141b2db2fd6610514837186d4743b67d (diff) |
Add styling for the welcome page
Diffstat (limited to 'webapp/src/default.css')
-rw-r--r-- | webapp/src/default.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/webapp/src/default.css b/webapp/src/default.css index acb8356..82fca71 100644 --- a/webapp/src/default.css +++ b/webapp/src/default.css @@ -76,6 +76,25 @@ body { grid-area: bottom; } +.main-page { + margin: 0 auto; + max-width: 30em; + font-size: 150%; +} + +.main-menu { +} + +.main-page h1, p { + margin-top: 0.5em; + padding-top: 0.5em; + line-height: 1.5; +} + +.main-menu li { + list-style-type: none; +} + button { background: none!important; border: none; |