add slideshow
This commit is contained in:
parent
b8f12369b8
commit
55014b1c49
7 changed files with 416 additions and 12 deletions
|
|
@ -55,6 +55,12 @@
|
|||
}
|
||||
|
||||
|
||||
.slideshow{
|
||||
width: 100%;
|
||||
height: calc(var(--unit)*11);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.highlight-block{
|
||||
|
||||
|
||||
|
|
@ -147,7 +153,7 @@
|
|||
grid-column: 1;
|
||||
}
|
||||
|
||||
.highlight-block{
|
||||
.highlight-block, .slideshow{
|
||||
grid-column: 2;
|
||||
grid-row: 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue