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 {
font-size: 1.5em;
opacity: 0;
transition: opacity .2s ease-in-out;
display: none;
@media screen and (min-width: 600px) {
opacity: 1;
display: block;
}
}
}