+
+
{{ post.excerpt | markdownify }}
{{ post.date | date: date_format }}
diff --git a/_layouts/default.html b/_layouts/default.html
index 529ecfcd..e0dc5d28 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -15,7 +15,7 @@
{% seo %}
{% feed_meta %}
-
+
{% if jekyll.environment == "development" %}
Development Mode
{% endif %}
diff --git a/_sass/kroxylicious.scss b/_sass/kroxylicious.scss
index 18328454..48e1ddf1 100644
--- a/_sass/kroxylicious.scss
+++ b/_sass/kroxylicious.scss
@@ -343,4 +343,14 @@ b.conum * {
background-size:contain;
border: none;
opacity: 0;
-}
\ No newline at end of file
+}
+
+.default-layout > .container-fluid.px-0 > .row {
+ margin-left: 0;
+ margin-right: 0;
+}
+
+.card-title {
+ margin-top: calc(var(--#{$prefix}card-title-spacer-y) / 2);
+ margin-bottom: calc(var(--#{$prefix}card-title-spacer-y) / 2);
+}
diff --git a/_use_cases/schema_validation_and_enforecement.markdown b/_use_cases/schema_validation_and_enforecement.markdown
index 1a461b40..7f43d656 100644
--- a/_use_cases/schema_validation_and_enforecement.markdown
+++ b/_use_cases/schema_validation_and_enforecement.markdown
@@ -68,7 +68,7 @@ even if producing applications are misconfigured.
The filter currently supports two modes of operation:
-1. Schema validation[^3] validates the content of the record against a schema. Use this for topics which have an entry in
+1. Schema validation[^1] validates the content of the record against a schema. Use this for topics which have an entry in
the Schema Registry.
2. SyntacticallyCorrectJson validation ensures the producer is producing messages that contain syntactically valid JSON.
Use for topics which do not have registered schemas.