post-widgets.styl 326 B

1234567891011121314151617181920
  1. .post-widgets {
  2. border-top: 1px solid $gainsboro;
  3. margin-top: 15px;
  4. text-align: center;
  5. }
  6. .wp_rating {
  7. height: 20px;
  8. line-height: 20px;
  9. margin-top: 10px;
  10. padding-top: 6px;
  11. text-align: center;
  12. }
  13. .social-like {
  14. display: flex;
  15. font-size: $font-size-small;
  16. justify-content: center;
  17. text-align: center;
  18. }