Browse Source

mobile devices tweaks

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
9faaa7d44d
  1. 13
      app/assets/stylesheets/theme/layout.css.scss
  2. 3
      app/views/pages/home/_headlines.html.erb

13
app/assets/stylesheets/theme/layout.css.scss

@ -2,10 +2,19 @@ body {
background: #f7fdff; background: #f7fdff;
} }
#main { @media (max-width: 980px) {
margin-top: 40px; .navbar-fixed-top {
margin-bottom: 0px;
}
} }
@media (min-width: 980px) {
#main {
margin-top: 40px;
}
}
.footer { .footer {
margin-top: 25px; margin-top: 25px;
padding: 15px 0 15px; padding: 15px 0 15px;

3
app/views/pages/home/_headlines.html.erb

@ -21,5 +21,8 @@
<li> <li>
Complete developers API's Complete developers API's
</li> </li>
<li>
Accessible from mobile devices
</li>
</ul> </ul>

Loading…
Cancel
Save