open-consul/website/source/assets/stylesheets/consul-connect/components/_logo-grid.scss

25 lines
335 B
SCSS
Raw Normal View History

2018-06-11 22:59:00 +00:00
.g-logo-grid {
align-items: center;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
max-width: $site-max-width - 180;
2018-06-11 22:59:00 +00:00
text-align: center;
@media (min-width: 768px) {
margin-top: -48px;
}
2018-06-11 22:59:00 +00:00
& > div {
2018-06-15 20:07:21 +00:00
width: 50%;
2018-06-15 20:07:21 +00:00
@media (min-width: 768px) {
width: 33%;
}
}
img {
width: 100%
2018-06-11 22:59:00 +00:00
}
}