Removed addresses, adjusted contact page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user