first comit
This commit is contained in:
18
static/scss/material-bootstrap-wizard/_responsive.scss
Normal file
18
static/scss/material-bootstrap-wizard/_responsive.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
@media (max-width:768px){
|
||||
.main .container{
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px){
|
||||
.navbar-form {
|
||||
margin-top: 21px;
|
||||
margin-bottom: 21px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.btn-wd {
|
||||
min-width: 140px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user