Added m-4 spacers

This commit is contained in:
Thomas Smith 2022-09-13 19:40:26 -04:00
parent 3fd9dc8e8e
commit 3ab423e8e8

View file

@ -45,6 +45,22 @@ body{
.me-5{
margin-right: 225px !important;
}
.m-4{
margin: 150px !important;
}
.mb-4{
margin-bottom: 150px !important;
}
.mt-4{
margin-top: 150px !important;
}
.ms-4{
margin-left: 150px !important;
}
.me-4{
margin-right: 150px !important;
}
}
/* Navbar General */