From 9c2459378a5e1cb85941f29cdeafd48c7d629e93 Mon Sep 17 00:00:00 2001 From: unknown <2019nidhi.bangera@ves.ac.in> Date: Sat, 24 Sep 2022 20:25:54 +0530 Subject: [PATCH] removed height property for

todo --- todo-list/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/todo-list/style.css b/todo-list/style.css index 866d46c..aa1f713 100644 --- a/todo-list/style.css +++ b/todo-list/style.css @@ -12,7 +12,6 @@ body { flex-direction: column; align-items: center; justify-content: center; - height: 100vh; margin: 0; }