mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-16 21:27:30 +00:00
12 lines
359 B
Sass
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")
|