diff --git a/content/kcd/_index.md b/content/kcd/_index.md
index 90c39a9..b11b13e 100644
--- a/content/kcd/_index.md
+++ b/content/kcd/_index.md
@@ -6,7 +6,7 @@ layout: "single"
ignore_header: true
---
-### KCD Texas
+### Kubernetes Community Day _Texas_
Join us on Friday, April 12th, for Kubernetes Community Day (KCD) Texas!
This co-located event from the Cloud Native Computing Foundation (CNCF) will consist of two tracks of hands-on workshops and interactive sessions.
diff --git a/content/map.md b/content/map.md
index 1f0b999..d6a8cd4 100644
--- a/content/map.md
+++ b/content/map.md
@@ -7,6 +7,6 @@ ignore_header: true
map_image: "images/map.png"
---
-## Map for _Texas Linux Festival_
+### Map for _Texas Linux Festival_
Click to expand the map.
diff --git a/content/venue_hotels.md b/content/venue_hotels.md
index 9b3d0a3..eaa6bd3 100644
--- a/content/venue_hotels.md
+++ b/content/venue_hotels.md
@@ -9,7 +9,7 @@ ignore_header: true
---
-## Hotels for _Texas Linux Festival_
+### Hotels for _Texas Linux Festival_
There are several hotel options available to attendees of Texas Linux Fest.
diff --git a/content/volunteering.md b/content/volunteering.md
index 0b9ac3d..439ce8d 100644
--- a/content/volunteering.md
+++ b/content/volunteering.md
@@ -9,7 +9,7 @@ ignore_header: true
---
-## Volunteering at _Texas Linux Festival_
+### Volunteering at _Texas Linux Festival_
Texas Linux Fest 2019 was another huge success and it would not have been possible without our dedicated year-round staff and event-day volunteers. Their dedication to this event really and truly makes this event special to everyone that attends, sponsors and speaks.
diff --git a/themes/eventre-hugo/assets/scss/_common.scss b/themes/eventre-hugo/assets/scss/_common.scss
index 0bfad9f..e39ca79 100644
--- a/themes/eventre-hugo/assets/scss/_common.scss
+++ b/themes/eventre-hugo/assets/scss/_common.scss
@@ -259,6 +259,19 @@ button {
border-bottom: 1px solid $border-color;
}
+.content {
+ h3 {
+ margin-bottom: 20px;
+ text-align: center;
+ }
+ h4 {
+ margin-bottom: 1rem;
+ }
+ ul {
+ margin-top: 1rem;
+ }
+}
+
.section-title {
margin-top: 25px;
text-align: center;
diff --git a/themes/eventre-hugo/layouts/_default/map.html b/themes/eventre-hugo/layouts/_default/map.html
index 6c16d8f..a66af50 100644
--- a/themes/eventre-hugo/layouts/_default/map.html
+++ b/themes/eventre-hugo/layouts/_default/map.html
@@ -8,7 +8,7 @@