This commit is contained in:
Jacky Zhao
2023-08-23 15:16:04 -07:00
parent 2c38375975
commit ce8f150883
3 changed files with 9 additions and 3 deletions

View File

@@ -43,7 +43,9 @@
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease, visibility 0.3s ease;
transition:
opacity 0.3s ease,
visibility 0.3s ease;
@media all and (max-width: $mobileBreakpoint) {
display: none !important;