Fixed some mobile styling bugs

This commit is contained in:
xemeds
2020-08-20 10:17:01 +03:00
parent 3613fe57ec
commit 307f7f8f37
+9 -13
View File
@@ -39,6 +39,7 @@ body {
} }
.url-form { .url-form {
position: relative;
z-index: 100; z-index: 100;
background-color: #2c2c2c; background-color: #2c2c2c;
border-radius: 8px; border-radius: 8px;
@@ -96,10 +97,6 @@ body {
} }
.donation { .donation {
position: absolute;
left: 0;
right: 0;
z-index: 100;
color: #ffffff; color: #ffffff;
list-style: none; list-style: none;
text-align: center; text-align: center;
@@ -121,7 +118,6 @@ body {
.donation-bitcoin { .donation-bitcoin {
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
margin-bottom: 4vh;
} }
.donation a:link { .donation a:link {
@@ -138,20 +134,20 @@ body {
} }
.page-container { .page-container {
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
} }
.content-wrap { .content-wrap {
padding-bottom: 2.5rem; padding-bottom: 2.5rem;
} }
footer { footer {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: 2.5rem; height: 2.5rem;
margin-bottom: 5vh; margin-bottom: 5vh;
} }
.footer-list { .footer-list {