UI updates

This commit is contained in:
2022-04-27 05:10:49 -04:00
parent d444e4da7d
commit e006a7af5a
11 changed files with 107 additions and 47 deletions
+3 -1
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;
}