aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_program.less
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;
}