Location: Change markup of the place's name

This commit is contained in:
2020-03-06 11:17:50 +01:00
parent ebafb359ae
commit 87d026c348
2 changed files with 17 additions and 9 deletions

View File

@@ -8,6 +8,8 @@
// Title
&__title {
position: relative;
z-index: 2;
padding: pxVW(400) 0 pxVW(400);
display: flex;
justify-content: center;
@@ -27,15 +29,16 @@
text-align: left;
pointer-events: none;
span {
display: block;
}
.bottom {
text-align: right;
margin-left: pxVW(128);
.anim-translate {
display: inline-block;
}
}
&_bottom {
text-align: right;
margin-left: pxVW(128);
}
// Switcher button
.button-control--dashed {
z-index: 1;