diff --git a/OurUmbraco.Site/Views/Partials/Home/Meetups.cshtml b/OurUmbraco.Site/Views/Partials/Home/Meetups.cshtml index b9386c65..345381e4 100644 --- a/OurUmbraco.Site/Views/Partials/Home/Meetups.cshtml +++ b/OurUmbraco.Site/Views/Partials/Home/Meetups.cshtml @@ -61,6 +61,11 @@ } +@if (Model.Items.Length % 2 == 1) { + // If there is an odd amount of events, we add a invisible div so the last event doesn't take up the full width +
+} + @if (Model.Items.Any() == false) {