Skip to content

Commit

Permalink
responsiveness: Make the content easier to read on mobile screens
Browse files Browse the repository at this point in the history
Connects-to: #1005
Change-type: patch
Signed-off-by: Dimitrios Lytras <dimitrios@balena.io>
  • Loading branch information
dimitrisnl committed Jan 11, 2019
1 parent 9f49719 commit 3896190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ body {
.improve-docs {
float: none;
margin-top: 10px;
margin-bottom: 16px;
}
}

Expand Down Expand Up @@ -434,6 +435,10 @@ header.sticky {
margin-left: 0;
margin-right: 0;
}

.page-content-wrapper {
padding: 24px 16px 0;
}
}

.dynamic-switch__select__icon {
Expand Down

0 comments on commit 3896190

Please sign in to comment.