css colonne consultation
This commit is contained in:
parent
3f6c33992e
commit
d740d58c0b
|
@ -136,6 +136,14 @@
|
|||
grid-column: 2;
|
||||
grid-row: 2;
|
||||
}
|
||||
|
||||
&:nth-of-type(3){
|
||||
grid-column: 1 /span 2;
|
||||
grid-row: 3;
|
||||
font-size: 0.6rem;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
}
|
||||
h5{
|
||||
|
||||
|
|
Loading…
Reference in New Issue