Skip to content

Commit

Permalink
Better responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Archibald committed Sep 5, 2011
1 parent f4ba2d2 commit ed96c2e
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions www/assets/4/style/base.css
Expand Up @@ -568,7 +568,7 @@ body {
}

/* Being responsible... */
@media screen and (max-width: 892px) {
@media screen and (max-width: 872px) {
.container.intro {
width: 100%;
}
Expand All @@ -590,16 +590,31 @@ body {
padding-left: 20px;
padding-right: 20px;
}
.select-btn, .demo-btn {
.container.intro .select-btn, .container.intro .demo-btn {
font-size: 1.6em;
padding: 11px 22px;

display: block;
margin: 12px auto;
}
.select-btn {
margin: 0 21px 0 0;
}
.start-buttons {
top: 64px;
top: 23px;
}
.container.intro > header {
height: 91px;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
-o-transform: scale(0.7);
transform: scale(0.7);
}
.container.intro > header h1 {
top: -32px;
}
.container > header h1:before, .container > header h1:after {
display: none;
}
}
@media screen and (max-width: 562px) {
Expand Down

0 comments on commit ed96c2e

Please sign in to comment.