Difference between revisions of "Template:Cologne-Duesseldorf/css"

Line 412: Line 412:
 
justify-content: center;
 
justify-content: center;
 
margin-bottom: 24px;
 
margin-bottom: 24px;
 +
}
 +
 +
section#gallery {
 +
    display: flex;
 +
    flex-direction: column;
 +
}
 +
 +
section#gallery .row {
 +
    display: flex;
 +
    flex-direction: row;
 +
}
 +
 +
section#gallery .row img {
 +
max-width: 100%;
 +
    display: flex;
 +
    flex-direction: row;
 +
}
 +
 +
@media (max-width: 768px){
 +
section#gallery .row {
 +
flex-direction: column;
 +
}
 
}
 
}
  

Revision as of 14:37, 4 May 2017