Save some space where the slideshow would be if not present

This commit is contained in:
Christian Wolf 2022-04-10 15:19:54 +02:00
parent 58ce457c7f
commit 3f60629d3b
2 changed files with 4 additions and 1 deletions

View File

@ -6,5 +6,9 @@
@include abstract.for-desktop {
display: inline-block;
> div {
margin: 20px;
}
}
}

View File

@ -11,7 +11,6 @@
}
> div {
margin: 20px;
align-items: center;
}
}