🐞 fix: Update media query breakpoints for navigation styles and add responsive tests
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
/* desktop */
|
||||
@media screen and (min-width: 62.5rem) {
|
||||
@media screen and (min-width: 80rem) {
|
||||
.nav-main .menu-vdi {
|
||||
@apply flex items-center justify-end p-0 m-0 h-full;
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 62.5rem) {
|
||||
@media screen and (min-width: 80rem) {
|
||||
.menu-vdi {
|
||||
.menu-vdi__toggle { @apply flex items-center gap-2 hover:cursor-pointer; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user