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{
height:100vh;
overflow: auto; /* or overflow: auto; */
}
.row{
overflow: auto; /* or overflow: auto; */
display:flex;
align-items: center;
justify-content: center;