diff options
author | MaZderMind | 2015-03-02 14:55:37 +0100 |
---|---|---|
committer | MaZderMind | 2015-03-02 14:55:37 +0100 |
commit | 3b16385db8037630296947828f47b2c6b8a68cab (patch) | |
tree | 5141e7cb648b34d043ed7f061f05f4f321f1b2a3 /assets/css/_room.less | |
parent | 7f8942ef509ca3fa4e625beef00e023e25c6e94a (diff) |
Multitude of Smartphone-Fixes
Diffstat (limited to '')
-rw-r--r-- | assets/css/_room.less | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/assets/css/_room.less b/assets/css/_room.less index e7b3af3..728ed9b 100644 --- a/assets/css/_room.less +++ b/assets/css/_room.less @@ -1,8 +1,9 @@ -.tab-content { - border-left: 1px solid #ddd; - border-bottom: 1px solid #ddd; - border-right: 1px solid #ddd; - +@media (min-width: @screen-sm-min) { + .tab-content { + border-left: 1px solid #ddd; + border-bottom: 1px solid #ddd; + border-right: 1px solid #ddd; + } } .player-wrap.tab-content { @@ -51,7 +52,11 @@ margin: 25px; > a { - font-size: @jumbo-font-size; + font-size: 18px; + + @media (min-width: @screen-sm-min) { + font-size: @jumbo-font-size; + } } } } |