From ba5e07d0636d31773927ae28f243eed52bf9ab89 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sun, 21 Jun 2020 18:33:17 +0200 Subject: [PATCH] refactor: home page layout Signed-off-by: Corentin Thomasset --- src/routes/Home.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/routes/Home.vue b/src/routes/Home.vue index b971330c..9e3f001c 100644 --- a/src/routes/Home.vue +++ b/src/routes/Home.vue @@ -9,9 +9,7 @@ - - - +
@@ -56,7 +54,7 @@ flex-wrap: wrap; div { - flex: 0 1 20%; + flex: 0 1 33%; @media only screen and (max-width: 800px) { flex: 0 1 33%;