reduced height in announcement slide image to match collections item

This commit is contained in:
jorge 2022-04-28 15:30:46 +02:00
parent 65d25e92c7
commit 9d9af983cc
3 changed files with 11 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -368,6 +368,11 @@ main {
.slide { .slide {
width: 100%; width: 100%;
} }
.widget_media_image {
height: 10rem;
}
}
&.announcement.top {
} }
&.announcement.middle { &.announcement.middle {
border-top: none; border-top: none;

View File

@ -368,6 +368,11 @@ main {
.slide { .slide {
width: 100%; width: 100%;
} }
.widget_media_image {
height: 10rem;
}
}
&.announcement.top {
} }
&.announcement.middle { &.announcement.middle {
border-top: none; border-top: none;