Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-10-05 15:44:09 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-10-05 15:44:09 +0300
commitc9e8a8e40df40fba9721620003ad7f2ab918fd31 (patch)
treed9ecdce5efb1f32909e04f3ff9c5e1119bdde1ac /content
parent2d5c0285b49d338f64d3acd5d8df1f5498e32158 (diff)
Enlarge content area for mobile
Fixes https://gitlab.com/gitlab-com/gitlab-docs/issues/127
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index c7c656ca..d0777cff 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -167,6 +167,10 @@ h6 {
box-shadow: 0 3px 3px $main-box-shadow;
background: $main-background-color;
+ @media (max-width: $mobile-width) {
+ padding: 20px 10px;
+ }
+
a {
text-decoration: none;
}