Skip to content

Commit

Permalink
Merge pull request #80 from heybrndn/mobilebugs
Browse files Browse the repository at this point in the history
#76 Mobilebugs
  • Loading branch information
pirog committed Nov 3, 2014
2 parents 33b8eba + a6e4dff commit 8632f50
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions sites/all/themes/playbox_theme/css/tweaks.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,34 @@ input#edit-title {
text-align: center;
}
}


/* Mobile devices < 375px */
@media screen and ( max-width: 375px ){

.battler-battle .battler-battle-name h2{
font-size: 1.2em;
}

.battler-battle .battler-battle-bio{
font-size: .7em;
}

.row{
margin: 0;
}

.battler-box .battler-vote-robot, .battler-box .battler-vote-president {
bottom: -63px;
font-size: 65px;
line-height: 0;
}

.battler-nickname{
font-size: 1em;
}
.gridcol {
padding-bottom: 120px;
}

}

0 comments on commit 8632f50

Please sign in to comment.