commit 6250dca5a0718248d926f129e765570ddf126960
parent 4d906006aa60fe274d7d3208785298b266b64d94
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu, 27 Oct 2022 16:36:20 +0200

Fix media-queries for tablet and mobile

Diffstat:
Massets/css/variables.scss | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/css/variables.scss b/assets/css/variables.scss @@ -4,8 +4,8 @@ $color: white; $border-color: rgba(255, 255, 255, .1); /* MEDIA QUERIES */ -$phone: (max-width: 684px); -$tablet: (max-width: 900px); +$phone: "max-width: 684px"; +$tablet: "max-width: 900px"; /* variables for js, must be the same as these in @custom-media queries */ :root {