This commit is contained in:
Roman Pyrih
2025-08-26 13:31:32 +02:00
parent a4fc41a3a0
commit a007592537
80 changed files with 552 additions and 37 deletions

View File

@@ -3,7 +3,7 @@ $container-max-widths: (
md: 720px,
lg: 960px,
xl: 1140px,
xxl: 1370px,
xxl: 1310px,
);
$breakpoints: (
@@ -11,7 +11,7 @@ $breakpoints: (
md: 768px,
lg: 992px,
xl: 1200px,
xxl: 1400px,
xxl: 1370px,
);
@mixin respond-above($breakpoint) {