Update landingpage.component.scss

This commit is contained in:
Joel Samson 2024-07-08 10:29:44 -04:00 committed by GitHub
commit 18e0d90f49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,11 @@
@import "./styles/variables.scss"; @import "./styles/variables.scss";
.small-middle-container{ .small-middle-container{
height:100vh; height:100vh;
overflow: auto; /* or overflow: auto; */
} }
.row{ .row{
overflow: auto; /* or overflow: auto; */
display:flex; display:flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -87,4 +89,4 @@ span, b, i, p {
.logo-container{ .logo-container{
display:flex; display:flex;
justify-content: center; justify-content: center;
} }