1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-16 09:46:39 +00:00

Merge branch 'jackyzha0-hugo' into hugo

This commit is contained in:
Claudio Yanes 2022-03-07 18:28:14 +00:00
commit 6079420178

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;