mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2025-02-02 08:46:45 +01:00
24 lines
294 B
SCSS
24 lines
294 B
SCSS
|
|
.network h2 {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.network .section-title {
|
|
position: relative;
|
|
}
|
|
|
|
.network aside {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -1em;
|
|
line-height: 1.5;
|
|
text-align: right;
|
|
}
|
|
|
|
@media screen and (max-width: $mq-small) {
|
|
.network aside {
|
|
display: none;
|
|
}
|
|
|
|
}
|