DRAFT | new theme - minimage

This commit is contained in:
Don Harper 2023-02-07 22:52:35 -06:00
parent 5116fe4640
commit ac8d9e7eb3
90 changed files with 15302 additions and 1 deletions

View file

@ -0,0 +1,33 @@
.related-articles {
margin-top: 40px;
&__links {
list-style-type: none;
padding-left: 0;
&__item {
margin-top: 2em;
}
}
}
.related-article {
&__link {
text-decoration: none;
font-size: $font-base-size * 1.3;
color: $color-font-base;
}
&__tags {
&__item {
font-size: $font-base-size * 0.8;
& + &::before {
content: ',';
display: inline-block;
vertical-align: middle;
}
}
}
}