Skip to content

Commit d8e4482

Browse files
committed
Center next-events boxes again
1 parent 046fdc3 commit d8e4482

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sass/_event.scss

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ a.event-card {
4444
background-image: url("assets/img/sunflower1.jpg");
4545
background-size: cover;
4646
background-position: top;
47+
48+
flex-direction: column;
4749
}
4850

4951
#leaflet {

src/next-events/render.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
$sunflower_return = sprintf(
20-
' <div class="wp-block-group alignfull sunflower-has-background-dim has-text-color has-white-color has-background is-vertical is-content-justification-center is-content-justification-center is-layout-flex wp-container-core-group-is-layout-4 wp-block-group-is-layout-flex next-events %s">
20+
' <div class="wp-block-group alignfull sunflower-has-background-dim has-text-color has-white-color has-background is-vertical is-content-justification-center is-content-justification-center is-layout-flex wp-block-group-is-layout-flex next-events %s">
2121
<div class="wp-block-group__inner-container">
2222
<h2 class="wp-block-heading has-text-align-center h1">%s</h2>
2323
<div class="wp-block-button text-center mb-5"><a class="wp-block-button__link no-border-radius" href="%s" rel="">%s</a></div>

0 commit comments

Comments
 (0)