home screen redesign

This commit is contained in:
Paul Miller
2023-06-21 11:34:55 -05:00
parent ff97d59f6c
commit d570f224a1
8 changed files with 71 additions and 66 deletions

View File

@@ -8,6 +8,10 @@ body {
min-height: 100.3%;
}
#mutiny-logo {
image-rendering: pixelated;
}
.bg-gradient {
@apply bg-fixed bg-no-repeat bg-gradient-to-b from-black to-[#0b215b];
}