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.
1 parent 51114e8 commit 1c0026cCopy full SHA for 1c0026c
client/stylesheets/base.less
@@ -142,8 +142,8 @@ blockquote {
142
height: 1px;
143
position: absolute;
144
right: 0px;
145
- left: 50px;
146
- top: -3px;
+ left: 20px;
+ top: 0px;
147
.transition(background-color, .5s, linear);
148
}
149
@@ -152,11 +152,11 @@ blockquote {
152
display: block;
153
154
155
- top: -7px;
+ top: -4px;
156
text-transform: uppercase;
157
font-size: 8px;
158
line-height: 10px;
159
- padding-left: 5px;
+ padding: 0 5px;
160
.transition(color, .5s, linear);
161
162
0 commit comments