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;
}
#main {
margin-top: 40px;
@media (max-width: 980px) {
.navbar-fixed-top {
margin-bottom: 0px;
}
}
@media (min-width: 980px) {
#main {
margin-top: 40px;
}
}
.footer {
margin-top: 25px;
padding: 15px 0 15px;

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

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

Loading…
Cancel
Save