Skip to content

Commit

Permalink
Fix alignments for several elements for mobile_layout_economy option (
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx authored Apr 23, 2019
1 parent 933dd90 commit 361dbe8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions source/css/_common/scaffolding/mobile.styl
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@

.post-body {
// For headers narrow width.
h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
margin: 10px 18px 8px;
}
// Rewrite paddings & margins inside tags.
.note, .tabs .tab-content .tab-pane {
h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
margin: 0 5px;
}
}
Expand All @@ -91,6 +91,11 @@
margin-left: 18px;
}

// For Mist more button alignment.
> div.post-button a {
margin-left: 18px;
}

// Rewrite paddings & margins inside tags.
.note > p, .tabs .tab-content .tab-pane > p {
padding: 0 5px;
Expand Down

0 comments on commit 361dbe8

Please sign in to comment.