Fixes varios #2 #88

Merged
jsegarra merged 17 commits from wbuezas/hedera-web-mindshore:bugfix/fixes-2 into 4922-vueMigration 2024-10-04 18:14:44 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit e5efdff1d8 - Show all commits

View File

@ -9,3 +9,9 @@
@content;
}
}
@mixin desktop {
@media screen and (min-width: 1025px) {
@content;
}
}