From 6213e20d1729742c683fd835218e15a6750c93b7 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Sat, 30 Dec 2023 05:49:16 -0300 Subject: [PATCH] Changes Home Page Width --- src/app/home/home.component.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/home/home.component.css b/src/app/home/home.component.css index 48a9281..69cee54 100644 --- a/src/app/home/home.component.css +++ b/src/app/home/home.component.css @@ -6,6 +6,7 @@ .intro { height: 60%; + width: 90% !important; display: flex; flex-direction: column; justify-content: center; @@ -101,6 +102,7 @@ } .stack { height: 35%; + width: 90% !important; display: flex; flex-direction: column; justify-content: center; @@ -135,7 +137,6 @@ } .stack { padding-top: 60px; - width: 80%; height: 30%; } }