split cv bloc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user