Place: Add @1x desktop illustration size, Optimize responsive
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-11 19:33:37 +02:00
parent 90bdb5890d
commit 7180419fb0
9 changed files with 62 additions and 59 deletions

View File

@@ -121,9 +121,12 @@ button {
font-size: pxVW(180);
@include breakpoint (sm) {
font-size: pxVW(160);
font-size: pxVW(130);
}
@include breakpoint (md) {
font-size: pxVW(160);
}
@include breakpoint (lg) {
font-size: rem(160px);
}
@@ -168,6 +171,7 @@ button {
/* Text Styles
========================================================================== */
// Location
.style-location {
font-family: $font-serif;
font-size: 6vw;
@@ -191,12 +195,12 @@ button {
}
}
.street {
margin-bottom: 8px;
}
}
// Information (capitalized text)
.style-caps {
font-family: $font-sans;
font-size: rem(12px);
@@ -214,6 +218,7 @@ button {
}
}
// Short text (description)
.style-description {
color: $color-tertiary;
font-family: $font-sans-light;