_footer.scss 394 B

123456789101112131415161718
  1. .footer-license-icons {
  2. display: flex;
  3. flex-direction: row;
  4. flex-wrap: wrap;
  5. justify-content: center;
  6. list-style: none;
  7. height: auto;
  8. width: auto;
  9. font-size: 0; // Hack to remove space characters between icons without using UL.
  10. text-decoration: none;
  11. }
  12. .footer-license-icons img {
  13. display: inline-flex;
  14. margin-right: 8px;
  15. height: 22px;
  16. vertical-align: text-bottom;
  17. }