💄 Fixed main title on mobile

This commit is contained in:
Florian Sylvain
2022-02-10 18:29:37 +01:00
parent efc7e6a866
commit b23fa2fd09
+7 -1
View File
@@ -231,7 +231,6 @@ a {
} }
.main-title h1 { .main-title h1 {
white-space: nowrap;
cursor: pointer; cursor: pointer;
transition: text-shadow 200ms, transform 200ms; transition: text-shadow 200ms, transform 200ms;
} }
@@ -542,6 +541,13 @@ a {
transform: scale(1.05); transform: scale(1.05);
} }
/* Title fix */
@media (min-width: 522px) {
.main-title h1 {
white-space: nowrap;
}
}
/* Large */ /* Large */
@media (min-width: 992px) { @media (min-width: 992px) {
#content > div { #content > div {