aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/33c3
diff options
context:
space:
mode:
authorMaZderMind2016-12-25 18:49:23 +0100
committerMaZderMind2016-12-25 18:49:23 +0100
commitd113aaea2aee67fd77b39cde02c3399f4a36b42d (patch)
tree000f0920bb2c638c28368027eb2214af72ed0113 /configs/conferences/33c3
parentf1c16f44053f35303c5927356286b87306a641a6 (diff)
cleanup header view on smartphones
Diffstat (limited to 'configs/conferences/33c3')
-rw-r--r--configs/conferences/33c3/main.less8
1 files changed, 6 insertions, 2 deletions
diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less
index 6956ae3..d361157 100644
--- a/configs/conferences/33c3/main.less
+++ b/configs/conferences/33c3/main.less
@@ -222,6 +222,10 @@ nav .navbar-form {
margin-top: 0;
margin-bottom: 0;
padding: 0;
+
+ @media (max-width: @screen-xs-max) {
+ padding: 0 40px;
+ }
}
.well a {
@@ -328,11 +332,11 @@ nav .button-wrapper > .btn {
}
&.feedback {
.svg-replace("assets/min/f-feedback.svg");
- width: 150px;
+ width: 132px;
}
&.releases {
.svg-replace("assets/min/f-releases.svg");
- width: 150px;
+ width: 122px;
}
&.about {
.svg-replace("assets/min/f-info.svg");