14 lines
172 B
SCSS
14 lines
172 B
SCSS
|
|
.social {
|
||
|
|
display: block;
|
||
|
|
img {
|
||
|
|
width: 20px;
|
||
|
|
height: 20px;
|
||
|
|
}
|
||
|
|
a {
|
||
|
|
padding: 10px;
|
||
|
|
display: inline-block;
|
||
|
|
&:hover {
|
||
|
|
opacity: 0.8;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|