update fractals position to show the end
Some checks failed
Static / build (push) Failing after 25s

This commit is contained in:
brooke 2024-08-10 14:08:50 -04:00
parent 7b98c46957
commit 2a613c0788

View file

@ -17,8 +17,8 @@
--accent-1: #d182ff; --accent-1: #d182ff;
--accent-2: #eb53d3; --accent-2: #eb53d3;
--background-img: url("/@brooke/bg.webp"); --background-img: url("/@brooke/bg.webp");
--banner-top: url("/@brooke/fractal-top.webp"); --banner-top: url("/public/@brooke/fractal-top.webp");
--banner-bottom: url("/@brooke/fractal-bottom.webp"); --banner-bottom: url("/public/@brooke/fractal-bottom.webp");
--text-color: white; --text-color: white;
--link-color: var(--accent-1); --link-color: var(--accent-1);
--border: 1px solid black; --border: 1px solid black;
@ -40,14 +40,15 @@
.bar-top { .bar-top {
height: 150px; height: 150px;
background-size: cover; background-size: cover;
background-position: center;
border: var(--border); border: var(--border);
} }
.bar-top { .bar-top {
background-image: var(--banner-top); background-image: var(--banner-top);
background-position: center bottom;
} }
.bar-bottom { .bar-bottom {
background-image: var(--banner-bottom); background-image: var(--banner-bottom);
background-position: center top;
} }
#container { #container {
max-width: 750px; max-width: 750px;