From 1ca18416d1020067ec82c88214a0ca8b9d149f36 Mon Sep 17 00:00:00 2001 From: Lukas Nagel Date: Tue, 11 Oct 2022 11:33:18 +0200 Subject: [PATCH] Centered Arrow (#664) --- layouts/partials/sections/home.html | 2 +- static/css/sections/home.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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