93 lines
1.2 KiB
SCSS
93 lines
1.2 KiB
SCSS
.outerContainer {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.innerContainer {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
max-width: 50%;
|
|
}
|
|
|
|
.sectionContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.address {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.mainLogo {
|
|
margin-top: -1rem;
|
|
}
|
|
|
|
.title {
|
|
font-size: 2rem;
|
|
margin-top: 0;
|
|
margin-bottom: 1rem;
|
|
font-weight: 600;
|
|
color: #686868;
|
|
letter-spacing: normal;
|
|
}
|
|
|
|
.openHoursTitle {
|
|
font-weight: 700;
|
|
margin: 0;
|
|
font-size: 100%;
|
|
}
|
|
|
|
.openHoursText {
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
.openHoursDesc {
|
|
max-width: 15rem;
|
|
text-align: center;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.keepersImage {
|
|
max-width: 150px;
|
|
margin-top: 1.5rem;
|
|
}
|
|
|
|
.emailAddress,
|
|
.phone {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.socialMediaContainer {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.socialMediaIcon {
|
|
max-width: 30px;
|
|
margin: 15px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.postServiceDesc {
|
|
margin-top: 0.5rem;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.postServiceInfo {
|
|
margin-top: 0.7rem;
|
|
}
|
|
|
|
.link {
|
|
color: #0274be;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.link:hover {
|
|
color: #3a3a3a;
|
|
}
|