Contacts section

This commit is contained in:
2022-11-02 17:31:41 +02:00
parent 50debea965
commit e265f25d2c
6 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
.mainContainer {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.keepersImage {
max-width: 150px;
margin-top: 1.5rem;
}
.emailAddress,
.phone {
margin-top: 1rem;
}
.someContainer {
display: flex;
justify-content: space-around;
margin-top: 1rem;
}
.someIcon {
max-width: 30px;
margin: 15px;
}
.separator {
background-color: #fff;
width: 100%;
height: 0.05rem;
}