diff --git a/sites/all/themes/playbox_theme/css/tweaks.css b/sites/all/themes/playbox_theme/css/tweaks.css index 8fcf6cb22..4deeb4896 100644 --- a/sites/all/themes/playbox_theme/css/tweaks.css +++ b/sites/all/themes/playbox_theme/css/tweaks.css @@ -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; + } + +}