diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2024-12-01 14:08:56 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2024-12-01 14:08:56 +0100 |
| commit | 26c50463fc8af1d05f003d29b6e290616bb8fcb6 (patch) | |
| tree | 7cc309fda0863ff063a3bb5e31b3f4bc12fe7d64 /scss/vars.scss | |
| parent | 1bd65213097cfdac6b3bb0164821299d99d7e351 (diff) | |
feat(card): better style on large screen
Diffstat (limited to 'scss/vars.scss')
| -rw-r--r-- | scss/vars.scss | 3 |
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; |
