split cv bloc

This commit is contained in:
Hugo LAMY
2026-03-17 22:08:36 +01:00
parent 12b365e269
commit 5e120151ee
2 changed files with 19 additions and 1 deletions

View File

@@ -12,10 +12,12 @@
text-align: center;
>* {
/* starts at column 2 and spans 1 column */
grid-column: 2 / span 1;
}
>.grid_full_width {
/* starts at column 1 and spans all 3 columns */
grid-column: 1 / span 3;
}