26 lines
358 B
SCSS
26 lines
358 B
SCSS
.social-icons-left, .social-icons-right {
|
|
text-align: center;
|
|
float: none;
|
|
}
|
|
|
|
.social-icons {
|
|
font-size: 1.25rem;
|
|
padding: 0.5em 0 0 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.social-icons a.fa {
|
|
cursor: pointer;
|
|
opacity: 0.8;
|
|
padding: 0.2em;
|
|
}
|
|
|
|
.social-icons a.fa:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.social-icons iframe[title=Flattr] {
|
|
position: relative;
|
|
top: 0.1em;
|
|
}
|