Fixed button width on phone in portrait orientation.

This commit is contained in:
Stephan 2021-03-10 20:12:36 +01:00
parent ae186d23df
commit 959dfffdb8

View File

@ -1438,7 +1438,7 @@ footer {
} }
.content__button { .content__button {
width: 40%; width: auto;
margin: 1.5rem 0 0 auto; margin: 1.5rem 0 0 auto;
} }