Skip to content

Commit

Permalink
Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Jan 3, 2014
1 parent 1eb6a60 commit 67ec0b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
9 changes: 2 additions & 7 deletions _assets/responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@
.fork-me {
display: none;
}
.wrapper {
body {
overflow: hidden;
padding: 0 15px;
}
}

@media (max-width: 480px) {

.wrapper {
padding: 15px;
}

article img {
margin: 0 !important;
float: none !important;
min-width: 100% !important;
}

.pagination { font-size: 0; code { display: none; } overflow: hidden; }

}
1 change: 0 additions & 1 deletion _assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ hr { border: 0; border-top: 1px solid rgba(255, 255, 255, .3); margin: 30px auto
.site-header {
@include clearfix;
padding: 20px 0;
margin-bottom: 40px;
font-size: 12px;
nav a {
@include inline-block;
Expand Down
8 changes: 3 additions & 5 deletions assets/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
.fork-me {
display: none; }

.wrapper {
overflow: hidden; } }
body {
overflow: hidden;
padding: 0 15px; } }
@media (max-width: 480px) {
.wrapper {
padding: 15px; }

article img {
margin: 0 !important;
float: none !important;
Expand Down
1 change: 0 additions & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ hr {
.site-header {
*zoom: 1;
padding: 20px 0;
margin-bottom: 40px;
font-size: 12px; }
.site-header:before, .site-header:after {
content: " ";
Expand Down

0 comments on commit 67ec0b4

Please sign in to comment.