Skip to content

Commit

Permalink
#1336 Some optimizations for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Oct 14, 2015
1 parent 33af62f commit 3aa2810
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions themes/Fifteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
}

html {
overflow-y: scroll;
background-color: #e8e8e8;
}

Expand Down Expand Up @@ -110,12 +109,18 @@ h1, h2, h3, h4, h5, h6 {
}
}

@media screen and (min-width: 768px) {
@media screen and (min-width: 992px) {
.container-main {
margin-bottom: 15px;
}
}

@media screen and (max-width: 992px) {
.container {
width: 100%;
}
}

/* Addons */
#mail-addon, #website-addon, #microsoft-addon, #facebook-addon, #twitter-addon, #google-addon {
color: #fff;
Expand Down

0 comments on commit 3aa2810

Please sign in to comment.