entrouvert: fix logo hidden in low resolutions (#78259) #308

Merged
csechet merged 1 commits from wip/78259-entrouvert-logo-cache into main 2024-02-27 10:22:16 +01:00
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 {