Fix popups on mobile

This commit is contained in:
kolaente 2021-01-30 16:26:36 +01:00
parent 692a695042
commit 031fffb26c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@
transform: translate(-50%, -50%);
text-align: center;
@media screen and (max-width: $tablet) {
margin: 0;
top: 25%;
transform: translate(-50%, -25%);
}
.header {
font-size: 2rem;
font-weight: 700;