Merge branch 'hugo' of https://github.com/jackyzha0/quartz into jackyzha0-hugo

This commit is contained in:
Claudio Yanes 2022-03-07 18:27:45 +00:00
commit b96c60edfc
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;