fediparty/themes/starter/source/assets/scss/modules/_about.scss

32 lines
331 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 ul {
margin: 1em 0 .5em;
}
.about li {
padding: 0;
}
.about li > span {
font-weight: bold;
}
.about li:last-of-type > span {
display: inline;
}