integration: homepage tagline breaklines are not shown on mobile
breaklines on small width devices made everything look weird, just hide them by default
This commit is contained in:
@@ -144,6 +144,10 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lasuite-homepage__tagline br {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 36em) {
|
@media screen and (min-width: 36em) {
|
||||||
.lasuite-homepage__tagline-container {
|
.lasuite-homepage__tagline-container {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
@@ -160,6 +164,7 @@
|
|||||||
.lasuite-homepage__tagline {
|
.lasuite-homepage__tagline {
|
||||||
font-size: 1.875rem;
|
font-size: 1.875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lasuite-homepage__tagline br {
|
.lasuite-homepage__tagline br {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user