Fix overflowing content in the home page

This commit is contained in:
yflory 2017-07-10 14:05:12 +02:00
parent 438e7e6cf9
commit 0157e04b10

View file

@ -219,13 +219,13 @@ body.html {
margin: 0 auto;
}
.app-row {
display: inline-block;
white-space: nowrap;
width: 700px;
display: flex;
justify-content: center;
flex-flow: row wrap;
max-width: 100%;
margin: 0 auto;
@media screen and (max-width: 1399px) {
display: block;
display: flex;
}
img {
@media screen and (max-width: @media-not-big) {