entrouvert: fix logo hidden in low resolutions (#78259)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-07-05 16:54:35 +02:00 committed by Corentin Sechet
parent 1c2909da39
commit c36d8200ee
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ a.pk-button:hover {
border: none;
box-shadow: none;
font-size: 0.812rem;
@media($max-mobile-viewport) {
display: none;
}
}
.page-index {