Browse Source

Small improvement of the body margin on tablet view

master
Hedy 10 years ago
parent
commit
328ec1ad04
  1. 3
      theme_nin/sass/_commons.sass
  2. 2
      theme_nin/sass/_responsive.sass
  3. 2
      theme_nin/sass/style.sass

3
theme_nin/sass/_commons.sass

@ -12,6 +12,9 @@ html, body @@ -12,6 +12,9 @@ html, body
font: .95em/1.3em $main-font-family
font-weight: 400
body
margin: auto 10px
br
display: block

2
theme_nin/sass/_responsive.sass

@ -23,6 +23,8 @@ @@ -23,6 +23,8 @@
left: 1%
@media (max-width: 600px)
body
margin: auto
.dashboard.left, .postboard
position: static
width: 100%

2
theme_nin/sass/style.sass

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
@import _fonts
@import compass/reset
@import compass
@import "compass/utilities/"
@import compass/utilities
@import _var
@import _utils
@import _menu

Loading…
Cancel
Save