Commit 99d0b6d7 by Sartika Aritonang

Upload New File

parent dec1a6e3
.contact-section {
padding: 5rem 0 0;
.card {
border: 0;
border-bottom: 0.25rem solid $primary;
h4 {
font-size: 0.8rem;
font-family: 'Varela Round';
text-transform: uppercase;
letter-spacing: 0.15rem;
}
hr {
border-color: $primary;
border-width: 0.25rem;
width: 3rem;
}
}
.social {
margin-top: 5rem;
a {
text-align: center;
height: 3rem;
width: 3rem;
background: fade-out($white, 0.9);
border-radius: 100%;
line-height: 3rem;
color: fade-out($white, 0.7);
&:hover {
color: fade-out($white, 0.5);
}
&:active {
color: $white;
}
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment