This commit is contained in:
WBHarry 2026-03-07 02:01:07 +01:00 committed by GitHub
commit 4176b1ca99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 319 additions and 228 deletions

View file

@ -460,6 +460,10 @@
&.even {
grid-template-columns: 1fr 1fr;
}
&.full-width {
width: 100%;
}
}
.three-columns {