mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
10.35.2022 5ad25accb4d0fe9946898817db91fa7b41b8bf13
refactor: add mixin for widescreen media query
1 files modified
6 ■■■■■ changed files
assets/scss/modules/_config.scss 6 ●●●●● patch | view | raw | blame | history
assets/scss/modules/_config.scss
@@ -3,3 +3,9 @@
    @content;
  }
}
@mixin widescreen {
  @media screen and (min-width: 1921px) {
    @content;
  }
}