Skip to content

Commit

Permalink
Small improvement in the CSS for the gk_game style
Browse files Browse the repository at this point in the history
  • Loading branch information
dziudek committed Jan 5, 2014
1 parent 517bce8 commit 5be5e33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mod_image_show_gk4/styles/gk_game/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@
width: 100%;
}

@media (max-width: 1280px) {
.gkIsWrapper-gk_game figcaption h2 {
font-size: 94px;
}
.gkIsWrapper-gk_game figcaption p {
font-size: 25px;
}
}

@media (max-width: 1100px) {
.gkIsWrapper-gk_game figcaption h2 {
font-size: 70px;
Expand Down

0 comments on commit 5be5e33

Please sign in to comment.