From b23fa2fd0972cbb6c1571f55ab6d0e3d4ca9d46e Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Thu, 10 Feb 2022 18:29:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fixed=20main=20title=20on=20mobi?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylesheet-main.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 {