We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39a4238 + e3ee874 commit 99aa7e8Copy full SHA for 99aa7e8
static/article-title.less
@@ -36,9 +36,9 @@ ul.title-links {
36
}
37
.title-social {
38
float: right;
39
- margin-top: 15px;
+ margin-top: @gutter;
40
li{
41
- margin: 0 0 0 15px;
+ margin: 0 0 0 @gutter;
42
43
44
div{
static/mixins.less
@@ -96,6 +96,7 @@
96
font-size: 12px;
97
padding: 2px 10px;
98
line-height: 20px;
99
+ white-space: nowrap;
100
.border-radius;
101
.border;
102
&:hover {
static/mobile.less
@@ -67,4 +67,4 @@ label:hover{
67
.top-left > .brand{
68
display: none;
69
70
-}
+}
0 commit comments