better desktop styling, change some wording

This commit is contained in:
2022-02-24 11:32:00 -05:00
parent 1696995fb6
commit 50012ad7b3
5 changed files with 26 additions and 8 deletions

View File

@@ -99,7 +99,20 @@
background: none !important;
}
@media screen and (max-width: 800px) {
html {
height: 100%;
}
@media screen and (min-width: 1025px) {
.centered-container {
margin-top: 0px;
position: absolute;
top: 50%;
transform: translate(0, -50%);
}
}
@media screen and (max-width: 1024px) {
.logo {
display: block;
margin-left: auto;