Files
blog.pixx.cz/assets/css/jekyll-theme-chirpy.scss
David Zálešák 9d9e76e2d0
All checks were successful
Build and Deploy / build (push) Successful in 10m39s
hide avatar in sidebar
2026-04-30 14:55:38 +02:00

16 lines
192 B
SCSS

---
---
/* prettier-ignore */
@use 'main
{%- if jekyll.environment == 'production' -%}
.bundle
{%- endif -%}
';
/* append your custom style below */
#sidebar #avatar {
display: none;
}