some fixes and also make it an installable PWA
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user