aboutsummaryrefslogtreecommitdiff
path: root/scss/vars.scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-01 14:08:56 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-01 14:08:56 +0100
commit26c50463fc8af1d05f003d29b6e290616bb8fcb6 (patch)
tree7cc309fda0863ff063a3bb5e31b3f4bc12fe7d64 /scss/vars.scss
parent1bd65213097cfdac6b3bb0164821299d99d7e351 (diff)
feat(card): better style on large screen
Diffstat (limited to 'scss/vars.scss')
-rw-r--r--scss/vars.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/vars.scss b/scss/vars.scss
index 22ff974..146dbbb 100644
--- a/scss/vars.scss
+++ b/scss/vars.scss
@@ -1,2 +1,3 @@
+$bp-large: 1350px;
$bp-mid: 1000px;
-$bp-little: 650px; \ No newline at end of file
+$bp-little: 650px;