some fixes and also make it an installable PWA

This commit is contained in:
Lazy Hippopotamus
2024-03-05 21:48:03 -05:00
parent 434bb07d94
commit c700ca6562
11 changed files with 125 additions and 71 deletions

View File

@@ -40,6 +40,7 @@
width: 100vw;
height: 100vh;
overflow: auto;
overflow-x: hidden;
}
#main > div, #main > p {
@@ -76,10 +77,13 @@
#main > div.bottom > * {
flex-basis: 100%;
justify-self: start;
width: 100%;
}
#main > div.bottom > img {
max-width: 40vw;
}
#main > .top {
text-align: center;
height: 100vh;
@@ -266,6 +270,10 @@ small {
padding-left: 0px !important;
max-width: unset !important;
}
#main > div.bottom > img {
max-width: 90vw;
}
}
#plug {