Skip to content

Commit

Permalink
Smartphone optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed May 16, 2015
1 parent 85471ea commit e16daf4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion style.css
Expand Up @@ -56,8 +56,16 @@ h2 {
#logo {
height: 150px;
}
@media(max-width:480px){
h1 {
font-size: 300%;
}
#logo {
height: 120px;
}
}
#buttons {
margin-top: 50px;
margin-top: 40px;
}
.btn, .btn:hover {
color: #113c5e;
Expand All @@ -67,3 +75,6 @@ h2 {
padding: 20px;
text-align: center;
}
#buttons li {
margin-top: 10px;
}

0 comments on commit e16daf4

Please sign in to comment.