Added m-3 utilities

This commit is contained in:
Thomas Smith 2022-09-13 19:41:30 -04:00
parent 3ab423e8e8
commit 2d6ef3fb8f

View file

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