responsive stuff

This commit is contained in:
2025-06-17 14:01:51 -07:00
parent 55169497db
commit 8b840506ab
3 changed files with 8 additions and 1 deletions

3
dist/app.css vendored
View File

@@ -13160,6 +13160,9 @@ div.product-tile a.learn-more, div.page-tile a.learn-more {
color: #505050;
text-decoration: none;
}
.post-type-archive-location .cta-button, .post-type-archive-location .single-location .form-wrapper p:has(input[type=submit]), .single-location .form-wrapper .post-type-archive-location p:has(input[type=submit]) {
white-space: nowrap;
}
.single-location .top-image {
margin-bottom: 6rem;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
"/app.css": "/app.css?id=ed9f8d6e0947e25068c124487480e3b9"
"/app.css": "/app.css?id=741f9557cb221bad303a5ce0c73d94fb"
}

View File

@@ -42,4 +42,8 @@
text-decoration: none;
}
}
.cta-button {
white-space: nowrap;
}
}