10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
Showing only changes of commit 667485fce1 - Show all commits

View file

@ -8,8 +8,7 @@ $padding_half: calc(#{hippie.$space_half} - 3px) hippie.$space_half;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
align-items: stretch; align-items: center;
align-content: center;
justify-content: flex-start; justify-content: flex-start;
gap: hippie.$space_half hippie.$space_basic; gap: hippie.$space_half hippie.$space_basic;
} }