From e2039a15b1009262303232b1a58f54c2b248910a Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 11 Aug 2026 22:51:03 +0000 Subject: [PATCH] minor style fix --- web/css/style.css | 6 +++--- web/html/account.html | 2 +- web/templates/base.go.tmpl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/css/style.css b/web/css/style.css index 20240e0..f54fca1 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -191,18 +191,18 @@ hr { } /* add hide large class similar to w3-hide-medium and w3-hide-small */ -@media screen and (width >=993px) { +@media screen and (width >= 993px) { .hide-large {display: none !important;} } /* fixes edge case in w3-hide-medium where width between 992 and 993 */ -@media screen and (width <=993px) and (width >=601px){ +@media screen and (width <= 993px) and (width >= 601px){ .hide-large {display: none !important;} .hide-medium {display:none !important} } /* fixes edge case in w3-hide-small when width between 600 and 601 */ -@media screen and (width <=601px) { +@media screen and (width <= 601px) and (width >= 440px) { .hide-large {display: none !important;} .hide-medium {display:none !important} .hide-small {display:none !important} diff --git a/web/html/account.html b/web/html/account.html index 2de4d4f..d2b2352 100644 --- a/web/html/account.html +++ b/web/html/account.html @@ -65,7 +65,7 @@
- +
diff --git a/web/templates/base.go.tmpl b/web/templates/base.go.tmpl index 3d2be7f..da4ed07 100644 --- a/web/templates/base.go.tmpl +++ b/web/templates/base.go.tmpl @@ -1,4 +1,4 @@ -{{/* common across all pages*/}} +{{/* common across all pages */}} {{define "head"}} @@ -15,7 +15,7 @@ {{end}} -{{/*
common across all pages*/}} +{{/*
common across all pages */}} {{define "header"}}

{{.global.Organization}}