css colonne consultation

This commit is contained in:
ouidade 2024-11-14 11:17:04 +01:00
parent 3f6c33992e
commit d740d58c0b
1 changed files with 8 additions and 0 deletions

View File

@ -136,6 +136,14 @@
grid-column: 2; grid-column: 2;
grid-row: 2; grid-row: 2;
} }
&:nth-of-type(3){
grid-column: 1 /span 2;
grid-row: 3;
font-size: 0.6rem;
padding-top: 1rem;
}
} }
h5{ h5{