Undo donate changes

This commit is contained in:
mrfry 2020-11-11 08:02:59 +01:00
parent 15dde276f6
commit 108af5bf2a
5 changed files with 16 additions and 74 deletions

View file

@ -87,8 +87,12 @@ a {
height: auto;
position: relative;
}
.sidebar a {float: left;}
div.content {margin-left: 0;}
.sidebar a {
float: left;
}
div.content {
margin-left: 0;
}
}
@media screen and (max-width: 700px) {
@ -126,7 +130,7 @@ a {
width: 100%;
margin: 0 auto;
}
}
}
.questionContainer {
margin: 10px;
@ -190,3 +194,7 @@ a {
background-color: #555;
color: white;
}
.donate {
background-color: #222a26;
}