Skip to content

Commit 7da5258

Browse files
committed
Reduce horizontal blue margins around web app
1 parent d010367 commit 7da5258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default function App() {
6363
}, []);
6464

6565
return (
66-
<Container className="vh-100">
66+
<Container fluid className="vh-100 mx-0">
6767
<Row className="justify-content-center align-items-center h-100">
6868
<Col xs={12} className="">
6969
{activeForm ? (

0 commit comments

Comments
 (0)