diff --git a/layouts/partials/sections/home.html b/layouts/partials/sections/home.html
index 37608da..9dddf46 100644
--- a/layouts/partials/sections/home.html
+++ b/layouts/partials/sections/home.html
@@ -132,7 +132,7 @@
{{ if .section.id }}
{{ $sectionID = .section.id }}
{{ end }}
-
+
{{ end }}
{{ end }}
diff --git a/static/css/sections/home.css b/static/css/sections/home.css
index 0e995f8..e3edea8 100644
--- a/static/css/sections/home.css
+++ b/static/css/sections/home.css
@@ -18,6 +18,11 @@
background-size: cover;
}
+.arrow-center {
+ display: flex;
+ justify-content: center;
+}
+
/*
Resolves https://github.com/hugo-toha/toha/issues/70