mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:25:11 +03:00
Added m-4 spacers
This commit is contained in:
parent
3fd9dc8e8e
commit
3ab423e8e8
1 changed files with 16 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue