From 1ee556aeb03cbe740df2c92c7e992dc83e4979d1 Mon Sep 17 00:00:00 2001 From: brooke Date: Sat, 10 Aug 2024 00:35:56 -0400 Subject: [PATCH] add a second fractal under the content and reduce max size --- public/@brooke/index.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 @@
-
+
@@ -154,6 +151,7 @@
+