Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/panr/hugo-theme-hello-friend.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpanr <radoslaw.koziel@gmail.com>2022-10-27 17:37:11 +0300
committerpanr <radoslaw.koziel@gmail.com>2022-10-27 17:37:11 +0300
commiteb7d5dc383bf52156dcf8f076a27622eba4ceff4 (patch)
treedae920f39e88f8cbb88a3993e839607660f51061
parent890b2919ce8cbe48a0639b1fc146080d9fa21f7c (diff)
Fix quotes
-rw-r--r--assets/css/variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/variables.scss b/assets/css/variables.scss
index 0c5bbc3..8b9c934 100644
--- a/assets/css/variables.scss
+++ b/assets/css/variables.scss
@@ -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 {