Commit 32b1837 1 parent 3e06c4b commit 32b1837 Copy full SHA for 32b1837
File tree 1 file changed +17
-6
lines changed
source/css/_common/components/post
1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 47
47
.posts-expand .post-comments-count {
48
48
+ mobile () { display : none ; }
49
49
}
50
- .social-like {
51
- font-size : 14px ;
52
- height : 20px ;
53
- text-align : center ;
50
+
51
+ .post-widgets {
54
52
border-top : 1px solid #e e e ;
55
53
padding-top : 9px ;
56
54
margin-top : 45px ;
57
55
display : flex ;
58
56
justify-content : center ;
57
+ flex-wrap : wrap ;
58
+ align-items : center ;
59
+ }
60
+ .wp_rating {
61
+ height : 20px ;
62
+ margin-right : 10px ;
63
+ text-align : center ;
64
+ line-height : 20px ;
65
+ padding-top : 6px ;
66
+ }
67
+ .social-like {
68
+ font-size : 14px ;
69
+ text-align : center ;
70
+ display : flex ;
71
+ justify-content : center ;
59
72
}
60
-
61
73
.vk_like {
62
74
width : 85px ;
63
75
height : 21px ;
64
76
padding-top : 7px ;
65
77
align-self : center ;
66
78
}
67
-
68
79
.fb_like {
69
80
height : 30px ;
70
81
align-self : center ;
You can’t perform that action at this time.
0 commit comments