1
0
mirror of https://git.feneas.org/feneas/fediverse.git synced 2025-02-13 06:30:36 +01:00

28 lines
343 B
SCSS
Raw Normal View History

2018-03-12 22:31:14 +03:00
.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;
}
2018-03-17 04:28:25 +03:00
.network p.description {
margin: 1em 0 2em;
}
2018-03-12 22:31:14 +03:00
@media screen and (max-width: $mq-small) {
.network aside {
display: none;
}
}