Merge pull request #306 from 4nm1tsu/master

fix scss variables for media queries
This commit is contained in:
Radek Kozieł 2022-10-27 16:34:32 +02:00 committed by GitHub
commit 890b2919ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ body.dark-theme {
}
/* MEDIA QUERIES */
$phone: (max-width: 684px);
$tablet: (max-width: 900px);
$phone: 'max-width: 684px';
$tablet: 'max-width: 900px';
@mixin greater-icon($stroke-width: 3px, $width: .95rem, $height: 100%) {
.greater-icon {