Addd middle css class
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
24e226c263
commit
284d6a095d
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ h1 {margin-top: 3vh;}
|
|||
'left middle right'
|
||||
}
|
||||
|
||||
.middle {
|
||||
grid-area: middle;
|
||||
width: 90vw;
|
||||
max-width: 15cm;
|
||||
}
|
||||
|
||||
.middle-large {
|
||||
grid-area: middle;
|
||||
width: 80vw;
|
||||
|
|
Loading…
Reference in a new issue