alr this should work

This commit is contained in:
Sequoia Haynes 2024-09-20 16:49:58 -07:00
parent 4d0da199d2
commit 8338d450ee

View File

@ -9,19 +9,19 @@ body {
min-height: 100vh;
overflow-x: hidden;
}
#18mobileContainer{
.mobileContainer18 {
display: flex;
width: 1%;
}
#18Container{
.Container18{
display: flex;
width: 1%;
}
#15Container{
.Container15{
display: flex;
width: 1%;
}
#15mobileContainer{
.mobileContainer15{
display: flex;
width: 1%;
}