From cfe29a7e259e5df58584cfe77b4ae462f84a9085 Mon Sep 17 00:00:00 2001 From: codl Date: Fri, 1 Sep 2017 00:09:05 +0200 Subject: [PATCH] update footer --- assets/styles.css | 8 +------- templates/lib/layout.html | 8 +++++++- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/styles.css b/assets/styles.css index 6ada8d3..4f9e19d 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -121,13 +121,7 @@ footer { font-size: 0.9rem; margin-top: 5rem; margin-bottom: 3rem; - display: flex; - flex-direction: row; - justify-content: center; -} - -footer p { - margin: 0 0.7rem; + text-align: center; } footer a { diff --git a/templates/lib/layout.html b/templates/lib/layout.html index c33a732..ae1b22d 100644 --- a/templates/lib/layout.html +++ b/templates/lib/layout.html @@ -30,7 +30,13 @@ {% block body %}{% endblock %}