reduced height in announcement slide image to match collections item
This commit is contained in:
parent
65d25e92c7
commit
9d9af983cc
File diff suppressed because one or more lines are too long
|
@ -368,6 +368,11 @@ main {
|
|||
.slide {
|
||||
width: 100%;
|
||||
}
|
||||
.widget_media_image {
|
||||
height: 10rem;
|
||||
}
|
||||
}
|
||||
&.announcement.top {
|
||||
}
|
||||
&.announcement.middle {
|
||||
border-top: none;
|
||||
|
|
|
@ -368,6 +368,11 @@ main {
|
|||
.slide {
|
||||
width: 100%;
|
||||
}
|
||||
.widget_media_image {
|
||||
height: 10rem;
|
||||
}
|
||||
}
|
||||
&.announcement.top {
|
||||
}
|
||||
&.announcement.middle {
|
||||
border-top: none;
|
||||
|
|
Loading…
Reference in New Issue