Fix margins

This commit is contained in:
Phillip Kühne 2019-05-31 14:17:44 +02:00
parent 98baae4fee
commit 438bcffd0b

View File

@ -26,11 +26,15 @@ main {
.topbutton {
width: 100%;
margin-right: auto;
margin-bottom: 1rem;
}
@media (min-width: 768px) {
.topbutton {
width: auto;
margin-right: 1rem;
margin-bottom: auto;
}
}