diff --git a/stylesheet-main.css b/stylesheet-main.css index 100175e..78d2303 100644 --- a/stylesheet-main.css +++ b/stylesheet-main.css @@ -231,7 +231,6 @@ a { } .main-title h1 { - white-space: nowrap; cursor: pointer; transition: text-shadow 200ms, transform 200ms; } @@ -542,6 +541,13 @@ a { transform: scale(1.05); } +/* Title fix */ +@media (min-width: 522px) { + .main-title h1 { + white-space: nowrap; + } +} + /* Large */ @media (min-width: 992px) { #content > div {