complete style conversion, cleanups

This commit is contained in:
2023-06-11 21:13:11 +02:00
parent 074e7a8760
commit acafe3fdc4
63 changed files with 1098 additions and 1109 deletions

View File

@ -16,7 +16,7 @@ const EventPreview = ({ widgetsFor, entry }) => {
PageHeader(entry),
h(
"section",
{ className: "section-sm" },
{ className: "section" },
h(
"div",
{ className: "container" },
@ -111,7 +111,7 @@ const EventPreview = ({ widgetsFor, entry }) => {
"div",
{
className:
"d-md-table-cell px-4 vertical-align-middle mb-4 mb-md-0 p-2",
"d-md-table-cell px-4 align-middle mb-4 mb-md-0 p-2",
},
h("p", { className: "h4 mb-0 d-block" }, event.data.title)
),
@ -120,7 +120,7 @@ const EventPreview = ({ widgetsFor, entry }) => {
"div",
{
className:
"d-md-table-cell text-end pe-md-4 p-2 vertical-align-middle",
"d-md-table-cell text-end pe-md-4 p-2 align-middle",
},
h(
"p",