Fix style.

This commit is contained in:
Florian THIERRY
2024-09-18 09:10:46 +02:00
parent f5e1e10ebd
commit e5a128a7f6

View File

@@ -62,11 +62,10 @@ $headerHeight: 3.5em;
.title { .title {
font-size: 1.5em; font-size: 1.5em;
opacity: 0; display: none;
transition: opacity .2s ease-in-out;
@media screen and (min-width: 600px) { @media screen and (min-width: 600px) {
opacity: 1; display: block;
} }
} }
} }