Tweaks and fixes

This commit is contained in:
2020-02-17 22:36:36 +01:00
parent 6fb6937c1a
commit 0174ba08f2
8 changed files with 20 additions and 70 deletions

View File

@@ -1,12 +1,7 @@
html {
font: #{$base-font-size} $font-sans;
color: $color-text;
scroll-behavior: smooth;
min-width: 320px;
@media screen and (prefers-reduced-motion: reduce) {
scroll-behavior: auto;
}
}
body {
@include font-smooth;
@@ -64,7 +59,10 @@ button {
pointer-events: none;
user-select: none;
@include breakpoint (xxl) {
@include breakpoint (lg) {
font-size: pxVW(700);
}
@include breakpoint (1920px) {
font-size: rem(900px);
}
}
@@ -158,6 +156,7 @@ button {
}
.style-description {
color: $color-tertiary;
font-family: $font-sans-light;
font-size: rem(18px);
line-height: 1.55;