fix too narrow on mobile

This commit is contained in:
JamesFlare1212
2024-04-08 05:01:56 -04:00
parent 8ecb2430b8
commit 53cb5a1144

View File

@@ -94,3 +94,9 @@ video {
margin-right: auto;
display: block;
}
/* Fix too Narrow on Mobile */
.col-lg-8 {
padding-right: 0px;
padding-left: 0px;
}