Skip to content

Commit 5be49d8

Browse files
committed
Adjust event styles on smaller resolutions
1 parent 6494e5a commit 5be49d8

5 files changed

Lines changed: 5 additions & 8 deletions

File tree

themes/osi/assets/css/editor-style.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/assets/css/editor-style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/assets/scss/_7_vendor.plugins.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ form.wp-block-jetpack-contact-form {
107107
/* Ensure the cover container does not add extra padding or margins */
108108
.single-event .entry-header .wp-block-cover.alignfull {
109109
padding: 0;
110-
margin: 0;
111-
min-height: auto;
112110
}
113111
}
114112

@@ -120,4 +118,5 @@ form.wp-block-jetpack-contact-form {
120118
/* Adjust the aspect ratio of the cover image */
121119
.single-event .entry-header .wp-block-cover {
122120
aspect-ratio: 16 / 9;
121+
min-height: auto;
123122
}

themes/osi/style.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)