Merge branch 'jackyzha0-hugo' into hugo

This commit is contained in:
Claudio Yanes 2022-03-07 18:28:14 +00:00
commit 6079420178
1 changed files with 4 additions and 0 deletions

View File

@ -486,6 +486,10 @@ header {
transition-delay: 0.3s;
user-select: none;
@media all and (max-width: 600px) {
display: none;
}
&.visible {
opacity: 1;
visibility: visible;