From c5f8b2613681d3be2565da5578aafae6739da7d4 Mon Sep 17 00:00:00 2001 From: Johannes Keyser <johannes.keyser@sport.uni-giessen.de> Date: Fri, 9 Aug 2019 19:40:12 +0200 Subject: [PATCH] Also flip css classes, hopefully this fixes the widths. --- _includes/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 530d66d..f45d289 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@ <div class="wrapper"> <div class="footer-col-wrapper"> - <div class="footer-col footer-col-1"> + <div class="footer-col footer-col-3"> <p>{{ site.description[page.lang] }}</p> </div> <div class="footer-col footer-col-2"> @@ -22,7 +22,7 @@ </ul> </div> - <div class="footer-col footer-col-3"> + <div class="footer-col footer-col-1"> <ul class="contact-list"> <li>{{ site.title[page.lang] }} email</li> <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li> -- GitLab