Place: Add @1x desktop illustration size, Optimize responsive
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user