♻️ Delete email button and fix responsive style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user