We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5128978 commit dfea208Copy full SHA for dfea208
source/css/_common/components/post/post-meta.styl
@@ -43,18 +43,24 @@
43
.posts-expand .post-comments-count {
44
+mobile() { display: none; }
45
}
46
-
47
.social-like {
48
height: 20px;
49
text-align: center;
50
border-top: 1px solid #eee;
51
- padding-top: 6px;
+ padding-top: 9px;
52
margin-top: 40px;
+ display: flex;
53
+ justify-content: center;
54
55
56
.vk_like {
- display: inline-block;
57
width: 85px;
58
- height: 22px;
59
- vertical-align: bottom;
+ height: 21px;
+ padding-top: 7px;
60
+ align-self: center;
61
+}
62
+
63
+.fb_like {
64
+ height: 30px;
65
66
0 commit comments