crop fractals for better centering
All checks were successful
Static / build (push) Successful in 6s

This commit is contained in:
brooke 2024-08-10 13:56:00 -04:00
parent 0d70ee0de8
commit 65fa1c40cf
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 KiB

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 KiB

After

Width:  |  Height:  |  Size: 256 KiB

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,7 +40,7 @@
.bar-top { .bar-top {
height: 150px; height: 150px;
background-size: cover; background-size: cover;
background-position: 60%; background-position: center;
border: var(--border); border: var(--border);
} }
.bar-top { .bar-top {