Skip to content

Commit 99aa7e8

Browse files
authored
Merge pull request #270 from canjs/fix-mobile-title-styles
Fixed mobile styles for title buttons
2 parents 39a4238 + e3ee874 commit 99aa7e8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

static/article-title.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ ul.title-links {
3636
}
3737
.title-social {
3838
float: right;
39-
margin-top: 15px;
39+
margin-top: @gutter;
4040
li{
41-
margin: 0 0 0 15px;
41+
margin: 0 0 0 @gutter;
4242
}
4343
}
4444
div{

static/mixins.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
font-size: 12px;
9797
padding: 2px 10px;
9898
line-height: 20px;
99+
white-space: nowrap;
99100
.border-radius;
100101
.border;
101102
&:hover {

static/mobile.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ label:hover{
6767
.top-left > .brand{
6868
display: none;
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)