From c2094f2c1d5533df87048aa20b59daea89b12f74 Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 2 May 2024 12:23:20 +0200 Subject: [PATCH] Fix mobile --- style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/style.css b/style.css index fafc83f..4c16a69 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,5 @@ /* style.css */ body { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; margin: 0; }