diff --git a/public/@brooke/fractal-bottom.webp b/public/@brooke/fractal-bottom.webp index 1d8388f..3176a2c 100644 Binary files a/public/@brooke/fractal-bottom.webp and b/public/@brooke/fractal-bottom.webp differ diff --git a/public/@brooke/fractal-top.webp b/public/@brooke/fractal-top.webp index 8ea4a47..a58968c 100644 Binary files a/public/@brooke/fractal-top.webp and b/public/@brooke/fractal-top.webp differ diff --git a/public/@brooke/index.html b/public/@brooke/index.html index b48b4c3..3483aeb 100644 --- a/public/@brooke/index.html +++ b/public/@brooke/index.html @@ -17,8 +17,8 @@ --accent-1: #d182ff; --accent-2: #eb53d3; --background-img: url("/@brooke/bg.webp"); - --banner-top: url("/@brooke/fractal-top.webp"); - --banner-bottom: url("/@brooke/fractal-bottom.webp"); + --banner-top: url("/public/@brooke/fractal-top.webp"); + --banner-bottom: url("/public/@brooke/fractal-bottom.webp"); --text-color: white; --link-color: var(--accent-1); --border: 1px solid black; @@ -40,7 +40,7 @@ .bar-top { height: 150px; background-size: cover; - background-position: 60%; + background-position: center; border: var(--border); } .bar-top {