hacks-guide-minimal-mistake.../_assets/css/_archive.scss

44 lines
834 B
SCSS

/* ==========================================================================
ARCHIVE
========================================================================== */
.archive {
margin-bottom: 2em;
@include breakpoint($medium) {
@include span(10 last);
}
}
.archive__item {
// keep content from going to wide when toc is disabled
@include breakpoint($large) {
max-width: span(7 of 10);
}
}
.archive__subtitle {
margin: 0;
padding-bottom: 0.5em;
font-family: $serif;
font-size: 28px;
border-bottom: 1px solid $border-color;
}
.archive__item-title {
margin-bottom: 4px;
font-family: $sans-serif-narrow;
font-size: 20px;
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
.archive__item-excerpt {
font-size: 14px;
& + p {
text-indent: 0;
}
}