Various Fixes.

This commit is contained in:
Cutieguwu
2025-07-12 14:55:34 -04:00
parent 3d6aa352dd
commit c9977f0eb6
2 changed files with 3 additions and 2 deletions

View File

@@ -27,9 +27,10 @@ hr {
.viewport {
height: 100vh;
width: 100vw;
background-image: url(/img/background.png);
background-image: url(img/background.png);
background-position: center;
background-size: cover;
background-blend-mode: multiply;
align-items: flex-start;
display: flex;
flex-flow: row wrap;