Skip to content

Commit

Permalink
swatchmaker: add padding-top to test page
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Feb 23, 2013
1 parent 12a5a19 commit 401b22a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions swatchmaker/test/bootswatch.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ section {

@media (max-width: 767px) {


section {
padding-top: 20px;
}
}

@media (max-width: 979px) and (min-width: 768px) {
@media (min-width: 768px) and (max-width: 979px) {

section {
padding-top: 20px;
Expand All @@ -52,6 +51,13 @@ section {
min-height: 200px;
}

@media (min-width: 980px) {

.preview {
padding-top: 100px;
}
}

/* subnav */

.subnav {
Expand Down

0 comments on commit 401b22a

Please sign in to comment.