This commit is contained in:
2025-05-13 15:14:44 -07:00
parent f5772f77fe
commit a7da98207d
4 changed files with 15 additions and 9 deletions

View File

@@ -27,6 +27,12 @@
}
}
@include media-breakpoint-down(sm) {
img {
max-width: 250px;
}
}
#mobile-nav-toggle {
@include media-breakpoint-up(md) {
display: none;