Removed addresses, adjusted contact page

This commit is contained in:
augmentedpotato
2026-04-14 13:31:56 -06:00
parent deccb27213
commit 2d27f95f7d
5 changed files with 86 additions and 50 deletions

View File

@@ -38,7 +38,7 @@ body {
align-items: center;
flex-wrap: wrap;
min-height: 70px;
border-radius: 0px 0px 10px 10px;
/* border-radius: 0px 0px 10px 10px; */
}
/* Add padding to body to account for fixed header */
@@ -758,6 +758,39 @@ body {
margin-bottom: 0.5rem;
}
.location-card {
padding: 0;
overflow: hidden;
}
.location-card-image-wrapper {
width: 100%;
aspect-ratio: 16 / 9;
overflow: hidden;
background: #eee;
}
.location-card-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.location-card-body {
padding: 1rem;
}
.location-card-body h3 {
margin-top: 0;
margin-bottom: 0.5rem;
}
.location-card-body p {
margin: 0.25rem 0;
font-size: 0.9rem;
color: #555;
}
.products-hero {
text-align: center;
padding: 4rem 2rem 3rem;