This commit is contained in:
2025-05-13 15:15:42 -07:00
parent a7da98207d
commit c48f32c17e
3 changed files with 6 additions and 1 deletions

3
dist/app.css vendored
View File

@@ -12122,6 +12122,9 @@ a {
}
}
@media (max-width: 575.98px) {
.top-nav .logo-wrapper {
gap: 1rem !important;
}
.top-nav .logo-wrapper img {
max-width: 250px;
}

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=bca903bb0343beb6ce0e79f88c3a7e85"
"/app.css": "/app.css?id=5dbda812bb1d21857734f245fab79c6f"
}

View File

@@ -28,6 +28,8 @@
}
@include media-breakpoint-down(sm) {
gap: 1rem !important;
img {
max-width: 250px;
}