15 lines
208 B
SCSS
15 lines
208 B
SCSS
body {
|
|
line-height: 1.5;
|
|
}
|
|
|
|
a[href^="tel:"]::before {
|
|
@extend .ci;
|
|
@extend .ci-phone;
|
|
margin-right: 0.5em;
|
|
}
|
|
|
|
a[href^="mailto:"]::before {
|
|
@extend .ci;
|
|
@extend .ci-email;
|
|
margin-right: 0.5em;
|
|
}
|