mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-08 02:13:14 +00:00
38 lines
483 B
SCSS
38 lines
483 B
SCSS
|
|
||
|
.about {
|
||
|
margin-top: 4em;
|
||
|
}
|
||
|
|
||
|
.about h2 {
|
||
|
text-align: center;
|
||
|
font-weight: bold;
|
||
|
line-height: 1;
|
||
|
margin-top: 1em;
|
||
|
}
|
||
|
|
||
|
.about .code {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.about .article-list {
|
||
|
margin: 1em 0 .5em;
|
||
|
}
|
||
|
|
||
|
.about li {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.about li > span {
|
||
|
font-family: $font-secondary;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.about .article-list li:first-child:before,
|
||
|
.about .article-list li:first-child:before {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.about li:last-of-type > span {
|
||
|
display: inline;
|
||
|
}
|