fixed subtitle

master
ada 1 month ago
parent b38ecf6ed5
commit 2cd6ea7ddb

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

@ -20,7 +20,7 @@
<div class="title">
<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 class="subtitle">a play by ada</div>

Loading…
Cancel
Save