1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-09-28 23:07:30 +00:00
bibliogram/src/site/sass/pussthecat.org.sass
2020-05-16 21:15:34 +12:00

12 lines
359 B
Sass

@use "themes/pussthecat.org" as *
@use "includes/dimensions" as *
@use "includes/main" with ($theme: $theme)
@media screen and (min-width: $layout-b-min)
.post-page-divider
border-left: map-get($theme, "edge-context-divider")
border-right: map-get($theme, "edge-context-divider")
.images-gallery
border-left: map-get($theme, "edge-context-divider")