mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:35:07 +03:00
Added m-3 utilities
This commit is contained in:
parent
3ab423e8e8
commit
2d6ef3fb8f
1 changed files with 16 additions and 0 deletions
|
@ -61,6 +61,22 @@ body{
|
||||||
.me-4{
|
.me-4{
|
||||||
margin-right: 150px !important;
|
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 */
|
/* Navbar General */
|
||||||
|
|
Loading…
Reference in a new issue