Viewer: Fix responsive and positioning
This commit is contained in:
@@ -170,11 +170,18 @@ button {
|
||||
========================================================================== */
|
||||
.style-location {
|
||||
font-family: $font-serif;
|
||||
font-size: rem(24px);
|
||||
font-size: 6vw;
|
||||
color: #fff;
|
||||
line-height: 1.15;
|
||||
text-align: center;
|
||||
|
||||
@include breakpoint (m) {
|
||||
font-size: rem(24px);
|
||||
}
|
||||
@include breakpoint (sm) {
|
||||
font-size: rem(28px);
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
@@ -184,9 +191,6 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
@include breakpoint (sm) {
|
||||
font-size: rem(28px);
|
||||
}
|
||||
|
||||
.street {
|
||||
margin-bottom: 8px;
|
||||
|
||||
Reference in New Issue
Block a user