From 91fb7915e91d90a4cc46ca1f1cf729934bf1ead9 Mon Sep 17 00:00:00 2001 From: 622eda98dfef6c4fdb84ccca <622eda98dfef6c4fdb84ccca@devide> Date: Fri, 26 May 2023 08:39:12 +0000 Subject: [PATCH] Auto Commit --- style.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 283cdc5..82413c8 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,8 @@ -html, -body { +html{ + display: flex; height: 100%; width: 100%; } - -.container { - text-align: center; - padding: 64px; +body{ + flex: 1; } \ No newline at end of file -- GitLab