File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ div.group-content .group-description {
263
263
.rate-the-plugin {
264
264
text-align : center;
265
265
width : 40% !important ;
266
+ margin-top : -5px ;
266
267
}
267
268
268
269
# rate-stars {
@@ -277,7 +278,7 @@ div.group-content .group-description {
277
278
# rate-link {
278
279
text-decoration : none;
279
280
font-family : "Montserrat" , sans-serif;
280
- font-weight : 300 ;
281
+ font-weight : 400 ;
281
282
margin : 0px 0px 0px 20px ;
282
283
}
283
284
@@ -609,4 +610,30 @@ div.group-content .group-description {
609
610
-ms-transition : all .3s ease;
610
611
-o-transition : all .3s ease;
611
612
transition : all .3s ease;
613
+ }
614
+
615
+
616
+
617
+
618
+ /* ====== RESPONSIVE ====== */
619
+
620
+
621
+ @media (max-width : 1366px ) {
622
+ .group-title {
623
+ padding : 4px 20px ;
624
+ font-weight : 400 ;
625
+ font-size : 14px ;
626
+ }
627
+ .group-title ::after {
628
+ top : 10px ;
629
+ }
630
+ # rate-stars {
631
+ margin : 3px 0 10px 40% ;
632
+ }
633
+ .rate-the-plugin {
634
+ margin-left : -8% ;
635
+ }
636
+
637
+
638
+
612
639
}
You can’t perform that action at this time.
0 commit comments