style: added adaption to mobile & block animations

This commit is contained in:
Ignat Karelov
2026-04-23 18:01:48 +03:00
parent acb1eb5ec5
commit 64d8a24f58
7 changed files with 1476 additions and 663 deletions

View File

@@ -1,6 +1,12 @@
$container: 1400px;
$container-padding: 24px;
$bp-xxl: 1600px;
$bp-xl: 1280px;
$bp-lg: 1024px;
$bp-md: 768px;
$bp-sm: 520px;
$font-main: "Segoe UI", "Segoe UI Variable", "Helvetica Neue", Arial, sans-serif;
$color-bg: #121212;