diff --git a/frontends/etiquette_flask/static/css/common.css b/frontends/etiquette_flask/static/css/common.css index f1ad3d6..5695d10 100644 --- a/frontends/etiquette_flask/static/css/common.css +++ b/frontends/etiquette_flask/static/css/common.css @@ -122,10 +122,13 @@ pre grid-auto-rows: min-content; grid-gap: 8px; - /* - 8px all around except the top, where the header already has a margin. - */ margin: 8px; +} +#header:not(.hidden) + #content_body +{ + /* + The header already has a margin. + */ margin-top: 0; }