aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_program.less
diff options
context:
space:
mode:
authorMaZderMind2015-03-02 14:55:37 +0100
committerMaZderMind2015-03-02 14:55:37 +0100
commit3b16385db8037630296947828f47b2c6b8a68cab (patch)
tree5141e7cb648b34d043ed7f061f05f4f321f1b2a3 /assets/css/_program.less
parent7f8942ef509ca3fa4e625beef00e023e25c6e94a (diff)
Multitude of Smartphone-Fixes
Diffstat (limited to 'assets/css/_program.less')
-rw-r--r--assets/css/_program.less20
1 files changed, 16 insertions, 4 deletions
diff --git a/assets/css/_program.less b/assets/css/_program.less
index db87d04..fe5b34c 100644
--- a/assets/css/_program.less
+++ b/assets/css/_program.less
@@ -36,33 +36,45 @@
height: 100px;
/* and now for small screens: */
- @media all and (max-width: @screen-xs-max) {
+ @media (max-width: @screen-xs-max) {
height: 75px;
}
padding: 10px;
- border: 1px solid white;
+ border: 1px solid @program-border;
h3 {
margin: 0;
padding: 0;
+ font-size: 18px;
/* and now for small screens: */
- @media all and (max-width: @screen-xs-max) {
- font-size: 22px;
+ @media (max-width: @screen-xs-max) {
+ font-size: 16px;
}
}
h4 {
+
margin: 3px 0;
color: @program-room;
+ font-size: 14px;
+
+ @media (max-width: @screen-xs-max) {
+ font-size: 15px;
+ }
+
a {
color: @program-room;
}
}
h5 {
+ @media (max-width: @screen-xs-max) {
+ margin: 0;
+ }
+
color: @program-author;
}