This commit is contained in:
Kenneth Jannette
2024-01-11 18:36:38 -06:00
parent 4c1fb67383
commit 9ee9a285c4
2 changed files with 11 additions and 6 deletions

View File

@@ -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;