22 lines
328 B
SCSS
22 lines
328 B
SCSS
|
.social {
|
||
|
text-decoration: none !important;
|
||
|
}
|
||
|
|
||
|
#attribution {
|
||
|
opacity: 0.5;
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (min-width: 768px) {
|
||
|
#attribution {
|
||
|
writing-mode: vertical-rl;
|
||
|
transform: rotate(180deg);
|
||
|
position: fixed;
|
||
|
bottom: 56px;
|
||
|
right: 22px;
|
||
|
}
|
||
|
}
|