UI updates

This commit is contained in:
2022-04-27 05:10:49 -04:00
parent f63607b010
commit bbd553d32c
11 changed files with 107 additions and 47 deletions

View File

@@ -1,8 +1,10 @@
.imageBlock {
position: absolute;
position: fixed;
z-index: -1;
right: 0;
left: 0;
background-size: cover;
background-position: center;
min-height: 100%;
background-attachment: fixed;
}