github.com/outbrain/consul@v1.4.5/website/source/assets/stylesheets/consul-connect/components/_logo-grid.scss (about) 1 .g-logo-grid { 2 align-items: center; 3 display: flex; 4 flex-wrap: wrap; 5 margin: 0 auto; 6 max-width: $site-max-width - 180; 7 text-align: center; 8 9 @media (min-width: 768px) { 10 margin-top: -48px; 11 } 12 13 & > div { 14 width: 50%; 15 16 @media (min-width: 768px) { 17 width: 33%; 18 } 19 } 20 21 img { 22 width: 100% 23 } 24 }