personal_site/_sass/highlights.scss
2024-09-09 18:12:02 +02:00

28 lines
462 B
SCSS

// Also affects blog and posts pages
h1.highlights {
font-size: 1.75rem;
margin-bottom: -0.2em;
a {
text-decoration: none;
}
}
section.highlights {
margin-bottom: 2rem;
a.highlights-more {
margin-left: $left_pad;
}
hr.blogroll {
border-width: 0 !important;
}
}
@media only screen and (max-width: $horizontal_breakpoint),
only screen and (max-height: $vertical_breakpoint) {
a.highlights-more {
font-size: 1.25rem;
}
}