shautvast.github.io/assets/css/main.scss
2023-08-24 21:05:05 +02:00

15 lines
312 B
SCSS

---
# Add a comment to make this file sass-y.
# Change this file for any custom CSS.
---
/* We need to add display:inline in order to align the '>>' of the 'read more' link */
.post-excerpt p {
display:inline;
}
// Import partials from `sass_dir` (defaults to `_sass`)
@import
"syntax",
"starsnonscss"
;