♻️ Delete email button and fix responsive style

This commit is contained in:
stefan080106
2022-09-20 18:50:30 +02:00
parent 590df16fd7
commit d91839e793
3 changed files with 22 additions and 11 deletions

View File

@@ -6,12 +6,14 @@
align-items: center;
flex-wrap: wrap;
a {
span {
transition: all 0.5s;
}
:hover {
transform: scale(1.05);
div {
a {
span {
transition: all 0.5s;
}
:hover {
transform: scale(1.05);
}
}
}
}
@@ -86,4 +88,11 @@
.contactInfo {
width: 100%;
}
.SocialMediaContainer {
justify-content: center;
div {
flex-basis: 50%;
text-align: center;
}
}
}