From e210a6e4e973adc5d873657ea742ad0d8efd96ae Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Thu, 10 Aug 2023 01:56:12 +1000 Subject: Began dialog for adding tags to media --- wwwroot/styles/global.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'wwwroot/styles') 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 { -- cgit v1.3