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
1 changed files with 1 additions and 1 deletions

View File

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