Optimise Cart page

Yeet the last of the % imports, as they incorrectly displayed as syntax errors
This commit is contained in:
Michał Gdula 2024-05-03 14:09:48 +01:00
parent 6f97ad9a4c
commit c54c9c05a9
8 changed files with 40 additions and 34 deletions

View file

@ -24,7 +24,7 @@ $border-radius-circle: 99999px;
// GAP SIZING
$sizing-default-width: 1000px;
$sizing-full-width: 1200px;
$sizing-navigation-height: 55px;
$sizing-navigation-height: 60px;
// PADDING/MARGIN
$spacing-xsmall: 5px;