diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-10 01:56:12 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-10 01:56:12 +1000 |
| commit | e210a6e4e973adc5d873657ea742ad0d8efd96ae (patch) | |
| tree | 54511d30bdf1e585eb5480130987b7ee61a76389 /wwwroot/styles/global.css | |
| parent | a86dfad7ef5a00a8f942130ba61e71c7cd50602d (diff) | |
Began dialog for adding tags to media
Diffstat (limited to 'wwwroot/styles/global.css')
| -rw-r--r-- | wwwroot/styles/global.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css index 2b007f8..3ce0533 100644 --- a/wwwroot/styles/global.css +++ b/wwwroot/styles/global.css @@ -8,10 +8,13 @@ } body { - margin: 0; - background: var(--col-bg); - color: white; - font-family: 'Trebuchet MS', 'Lucida Sans Unicode'; + background: var(--col-bg); + color: white; + display: flex; + flex-direction: column; + font-family: 'Trebuchet MS', 'Lucida Sans Unicode'; + margin: 0; + overflow: hidden; } a { |
