From 71c429b093b91e2444ae75d946579dccc2e48636 Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Wed, 7 Dec 2022 20:25:06 +0500 Subject: [PATCH] fix: replace main class with container class --- web/src/components/home.tsx | 2 +- web/src/components/login.tsx | 2 +- web/src/components/updatePassword.tsx | 2 +- web/src/containers/AuthCode/index.tsx | 2 +- web/src/index.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/components/home.tsx b/web/src/components/home.tsx index 9a9b547..a8c0640 100644 --- a/web/src/components/home.tsx +++ b/web/src/components/home.tsx @@ -5,7 +5,7 @@ import Box from '@mui/material/Box' const Home = () => { return ( - +

Welcome to SASjs Server!

diff --git a/web/src/components/login.tsx b/web/src/components/login.tsx index a458b88..7ba10f5 100644 --- a/web/src/components/login.tsx +++ b/web/src/components/login.tsx @@ -38,7 +38,7 @@ const Login = () => { return ( { /> ) : ( { } return ( - +

Authorization Code

diff --git a/web/src/index.css b/web/src/index.css index ebd047b..fe5d105 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -12,7 +12,7 @@ code { monospace; } -.main { +.container { margin: 50px 10px 0 10px; display: flex; flex-direction: column;