_blog.scss 325 B

1234567891011121314151617
  1. .blog {
  2. @include themify($themes) {
  3. background-color: themed('body-background-color');
  4. }
  5. &__bg {
  6. @include themify($themes) {
  7. background-color: themed('body-background-color');
  8. }
  9. }
  10. &__header {
  11. @include flexbox();
  12. @include justify-content(center);
  13. @include align-items(center);
  14. }
  15. }