post-infeed.less 359 B

12345678910111213141516171819
  1. //
  2. // Post In Feed
  3. // --------------------------------------------------
  4. // remove left margin as we are not showing any avatar here
  5. .posts-list .post-infeed .post-body {
  6. margin-left: 0px;
  7. }
  8. // Mobile tweaks
  9. @media screen and (max-width: @screen-xs-max) {
  10. .posts-list .post-infeed-footer a {
  11. display: block;
  12. font-size: @font-size-small;
  13. }
  14. }