Skip to content

Commit 3c4a5d0

Browse files
authored
Fix alignments for exturl with mobile_layout_economy option. (theme-next#411)
* Fix alignments for `exturl` and footer with `mobile_layout_economy` option. * Remove footer alignment.
1 parent 1711ba8 commit 3c4a5d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/css/_common/scaffolding/mobile.styl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
padding: 0 18px;
7777
}
7878

79+
// For external links alignment.
80+
> span.exturl {
81+
margin-left: 18px;
82+
}
83+
7984
// Rewrite paddings & margins inside tags.
8085
.note > p, .tabs .tab-content .tab-pane > p {
8186
padding: 0 5px;

0 commit comments

Comments
 (0)