Fix some responsive and scrolling issues
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-04 16:11:42 +02:00
parent 80f621d38b
commit 2170cd2e57
7 changed files with 25 additions and 15 deletions

View File

@@ -112,11 +112,8 @@ button {
// Bigger version
&--big {
font-size: rem(40px);
font-size: pxVW(180);
@include breakpoint (m) {
font-size: rem(56px);
}
@include breakpoint (sm) {
font-size: pxVW(160);
}