Fix media-queries for tablet and mobile
This commit is contained in:
parent
4d906006aa
commit
6250dca5a0
@ -4,8 +4,8 @@ $color: white;
|
|||||||
$border-color: rgba(255, 255, 255, .1);
|
$border-color: rgba(255, 255, 255, .1);
|
||||||
|
|
||||||
/* MEDIA QUERIES */
|
/* MEDIA QUERIES */
|
||||||
$phone: (max-width: 684px);
|
$phone: "max-width: 684px";
|
||||||
$tablet: (max-width: 900px);
|
$tablet: "max-width: 900px";
|
||||||
|
|
||||||
/* variables for js, must be the same as these in @custom-media queries */
|
/* variables for js, must be the same as these in @custom-media queries */
|
||||||
:root {
|
:root {
|
||||||
|
Loading…
Reference in New Issue
Block a user