more
This commit is contained in:
@@ -38,9 +38,9 @@
|
||||
border: 1px solid #2196f3;
|
||||
}
|
||||
|
||||
.contactLink {
|
||||
.contact-link {
|
||||
font-size: 1rem;
|
||||
letter-spacing: -0.07rem;
|
||||
letter-spacing: 0.2rem;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
padding-right: 5px;
|
||||
@@ -92,7 +92,7 @@
|
||||
.contact-detail-one {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
height: 50px;
|
||||
height: 38px;
|
||||
margin: 12px 0px;
|
||||
background-color: rgb(56, 56, 233);
|
||||
}
|
||||
@@ -100,7 +100,7 @@
|
||||
.contact-detail-two {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
height: 50px;
|
||||
height: 38px;
|
||||
margin: 12px 0px;
|
||||
background-color: hsl(17, 100%, 61%);
|
||||
letter-spacing: 0.2rem;
|
||||
@@ -109,7 +109,7 @@
|
||||
.contact-detail-three {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
height: 50px;
|
||||
height: 40px;
|
||||
margin: 12px 0px;
|
||||
background-color: rgb(93, 206, 255);
|
||||
letter-spacing: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user