Fixed the responsiveness of the donation page

This commit is contained in:
xemeds
2020-08-11 19:11:49 +03:00
parent 0910c83e01
commit 31cbcf5156
+2
View File
@@ -107,6 +107,7 @@ body {
position: absolute; position: absolute;
left: 0; left: 0;
right: 0; right: 0;
z-index: 100;
color: #ffffff; color: #ffffff;
list-style: none; list-style: none;
text-align: center; text-align: center;
@@ -122,6 +123,7 @@ body {
} }
.donation img { .donation img {
width: 30vh;
padding: 1vh; padding: 1vh;
background-color: #ffffff; background-color: #ffffff;
} }