diff --git a/src/routes/location/[country]/[location].svelte b/src/routes/location/[country]/[location].svelte index 4371af8..ee3e5a0 100644 --- a/src/routes/location/[country]/[location].svelte +++ b/src/routes/location/[country]/[location].svelte @@ -104,9 +104,14 @@
-

- Houses of - {location.name} +

+ + Houses + of + + + {location.name} +

diff --git a/src/style/pages/_place.scss b/src/style/pages/_place.scss index ac8b85e..cbc5ab6 100644 --- a/src/style/pages/_place.scss +++ b/src/style/pages/_place.scss @@ -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;