diff --git a/src/dashboard/dashboard.css b/src/dashboard/dashboard.css index 9e0ed18..19d549a 100644 --- a/src/dashboard/dashboard.css +++ b/src/dashboard/dashboard.css @@ -10,18 +10,21 @@ body { #header-wrap { display: flex; + flex-wrap: wrap; align-items: baseline; justify-content: space-between; border-bottom: 1px solid white; - margin-bottom: 1rem; - padding-bottom: .5rem; + padding-bottom: 0.5rem; + gap: 1rem; } #header-wrap h1 { margin: 0; } -.header-buttons > * { +#header-links { margin-bottom: 0.25rem; } + +#header-links > * { color: white; font-size: 1.125rem; text-decoration: none; @@ -121,8 +124,6 @@ h1, h2 { font-weight: normal; } @media (max-width: 1024px) { #lower-flex { flex-direction: column; } - - .header-buttons { display: none; } } figure { diff --git a/src/dashboard/template.html b/src/dashboard/template.html index 88ebb31..6eef23f 100644 --- a/src/dashboard/template.html +++ b/src/dashboard/template.html @@ -28,7 +28,7 @@