mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-12 20:09:44 +00:00
19 lines
No EOL
296 B
SCSS
19 lines
No EOL
296 B
SCSS
// ==============================
|
|
// Social
|
|
// =============================
|
|
|
|
.social-links {
|
|
text-align: center;
|
|
|
|
.iconfont {
|
|
font-size: $social-icon-font-size;
|
|
|
|
& + .iconfont {
|
|
margin-left: $social-link-margin-left;
|
|
}
|
|
|
|
&:hover {
|
|
color: $theme-color;
|
|
}
|
|
}
|
|
} |