fediparty/themes/starter/source/assets/scss/modules/_about.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;
}