title margin top in popup

This commit is contained in:
Tykayn 2022-03-14 18:07:48 +01:00 committed by tykayn
parent 31e9e4eab2
commit d76bd5a2d9
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ $input-shadow: none;
box-sizing: border-box; box-sizing: border-box;
.title { .title {
margin-top: 72px; margin-top: 72px !important;
margin-bottom: 1rem; margin-bottom: 1rem;
@extend .is-3; @extend .is-3;
} }

View File

@ -18,7 +18,7 @@ body {
font-weight: 700; font-weight: 700;
font-size: 32px; font-size: 32px;
line-height: 37px; line-height: 37px;
margin-top: 0 !important; margin-top: 0;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
&.is-2 { &.is-2 {