Skip to content
Snippets Groups Projects
Commit adc8b6fc authored by Michael Lee's avatar Michael Lee
Browse files

Merge branch 'canini-3' into 'main'

main nav breakpoint fix

See merge request !52
parents eb377591 e0de8fc1
No related branches found
No related tags found
1 merge request!52main nav breakpoint fix
......@@ -341,7 +341,7 @@
}
@media (max-width: 768px) {
@media (max-width: 639px) {
background: $white !important;
ul[role=menubar].a11y-navbar-orientation-horizontal li ul[role=menu] li ul[role=menu] li a[role=menuitem] {
......
......@@ -8544,7 +8544,7 @@ article .field--name-body {
color: #212325 !important; }
.bux-container .asc-main-menu .menu--main .asc-submenu.a11y-navbar-menu-open .bux-menu__item a {
padding-left: 2em !important; } }
@media (max-width: 768px) {
@media (max-width: 639px) {
.bux-container .asc-main-menu {
background: #ffffff !important; }
.bux-container .asc-main-menu ul[role=menubar].a11y-navbar-orientation-horizontal li ul[role=menu] li ul[role=menu] li a[role=menuitem] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment