fix: common aspect ratios

This commit is contained in:
Cory Dransfeldt 2024-06-28 13:58:14 -07:00
parent f7b234e7e2
commit c883db21d8
No known key found for this signature in database
6 changed files with 16 additions and 16 deletions

View file

@ -1,8 +1,6 @@
:root {
--grid-square: repeat(2,minmax(0,1fr));
--grid-vertical: repeat(3,minmax(0,1fr));
--aspect-ratio-square: 1/1;
--aspect-ratio-vertical: 2/3;
}
.media-grid {