From 80fd5cb3102e6046c225722ad682f9e63bae7343 Mon Sep 17 00:00:00 2001 From: Josh Borrow <joshua.borrow@durham.ac.uk> Date: Mon, 17 Sep 2018 13:55:01 +0100 Subject: [PATCH] Minor UI fix on phones -- footer logos now correctly wrap --- stylesheets/home.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/home.css b/stylesheets/home.css index 47f6837..f87669b 100644 --- a/stylesheets/home.css +++ b/stylesheets/home.css @@ -90,6 +90,7 @@ body { .footer { display: flex; + flex-wrap: wrap; justify-content: center; } -- GitLab