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;