Merge branch 'develop' of github.com:c-base/cbmi into develop
This commit is contained in:
commit
141b48a2c6
1 changed files with 17 additions and 0 deletions
|
|
@ -22,6 +22,23 @@
|
||||||
body {
|
body {
|
||||||
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
||||||
}
|
}
|
||||||
|
@media (max-width: 979px) {
|
||||||
|
body {
|
||||||
|
padding-top: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-device-width: 480px) {
|
||||||
|
.brand img {
|
||||||
|
padding-top: 4px;
|
||||||
|
width: 47px;
|
||||||
|
height: 13px;
|
||||||
|
}
|
||||||
|
.navbar .brand {
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.asteriskField {
|
.asteriskField {
|
||||||
color: #ff1111;
|
color: #ff1111;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue