Added grid rule to prevent row gaps on large screens.

This commit is contained in:
2026-07-24 00:33:56 +02:00
parent e46f174a1e
commit b86cf8e30f
5 changed files with 6 additions and 1 deletions

View File

@@ -8,3 +8,5 @@
@custom-media --small (max-width: 900px);
@custom-media --compact (max-width: 1200px);
@custom-media --big (max-width: 1500px);
@custom-media --big-10 (max-width: 1750px);
@custom-media --big-20 (max-width: 2000px);