fixed subtitle

master
ada 1 month ago
parent b38ecf6ed5
commit 2cd6ea7ddb

@ -138,6 +138,9 @@ body {
.title-full { .title-full {
display: none; display: none;
} }
.subtitle {
display: none;
}
.title-mobile { .title-mobile {
display: block; display: block;
@ -151,13 +154,12 @@ body {
line-height: 100%; line-height: 100%;
} }
.subtitle { .sub-mobile {
font-size: 1rem; font-size: 1rem;
display: inline-block;
width: 50px; width: 50px;
right: 140px; line-height: 1.5rem;
text-align: left;
position: absolute;
top: 50px;
} }
.images img { .images img {

@ -20,7 +20,7 @@
<div class="title"> <div class="title">
<span class="title-full">BackPlaces</span> <span class="title-full">BackPlaces</span>
<span class="title-mobile">Back Places</span> <span class="title-mobile">Back <span class="sub-mobile">a play by ada</span><br>Places</span>
</div> </div>
<div class="subtitle">a play by ada</div> <div class="subtitle">a play by ada</div>

Loading…
Cancel
Save