website/static/src/scss/_content.scss

30 lines
434 B
SCSS

section.content {
font-size: 1.25rem;
padding-top: 0.5rem;
}
.content-details {
.tag {
font-size: inherit;
}
.control {
font-size: inherit;
&:not(:last-child) {
margin-right: 0.5rem !important;
}
&.page-tags {
.tag:not(:first-child) {
padding-right: 0;
}
}
}
}
.container {
@include until($container-max-width) {
max-width: calc(99% - ($column-gap * 2));
}
}