fix mobile website

This commit is contained in:
Stefan Riesenberger 2022-05-31 14:39:02 +02:00
parent f0163c6ee5
commit 645f480cbf
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ a:hover {
@media screen and (max-width: 42em) {
.btn {
display: block;
width: 100%;
width: auto;
padding: 0.75rem;
font-size: 0.9rem
}