diff --git a/public/@brooke/index.html b/public/@brooke/index.html index b47664c..4f24d9a 100644 --- a/public/@brooke/index.html +++ b/public/@brooke/index.html @@ -16,7 +16,6 @@ --background: #242424e5; --accent-1: #d182ff; --accent-2: #eb53d3; - --content-spacing: 5px; --background-img: url("/@brooke/bg.webp"); --banner: url("/@brooke/fractal.webp"); --text-color: white; @@ -35,16 +34,15 @@ background-attachment: fixed; background-size: auto 300px; } - .topbar { + .bar { background-image: var(--banner); height: 150px; background-size: cover; background-position: 60%; - margin-bottom: var(--content-spacing); border: var(--border); } #container { - max-width: 850px; + max-width: 550px; margin: 0 auto; } #container a { @@ -55,7 +53,6 @@ } #flex { display: flex; - max-width: 850px; } main { width: 100%; @@ -76,7 +73,7 @@