Le framework HUGO utilisé pour créer son CV en 2 minutes
https://cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
529 B
24 lines
529 B
.contact {
|
|
line-height: 2rem;
|
|
|
|
&__item {
|
|
position: relative;
|
|
font-size: 1rem;
|
|
|
|
& > i {
|
|
background-color: $color-primary;
|
|
color: $color-primary-text;
|
|
font-size: 1rem;
|
|
text-align: center;
|
|
border-radius: 50%;
|
|
padding-top: 0.5rem;
|
|
width: 2rem;
|
|
height: 2rem;
|
|
margin-right: 0.5rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
& > span {
|
|
@include vt-center;
|
|
}
|
|
}
|
|
} |