Fixed CSS for mobile devices

This commit is contained in:
Sven G. Brönstrup 2013-10-29 19:43:43 +01:00
parent ca822adb52
commit f0f33a07d9

View file

@ -22,6 +22,23 @@
body {
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 {
color: #ff1111;
margin-left: 3px;