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

Line 419: Line 419:
 
}
 
}
  
section#gallery .row {
+
 
    display: flex;
+
section#gallery.col2 {
    flex-direction: row;
+
display: flex;
 +
flex-direction: row;
 
}
 
}
  
section#gallery .row img {
+
section#gallery.col2 > div {
max-width: 100%;
+
width: 50%;
    display: flex;
+
padding: 10px;
    flex-direction: row;
+
 
}
 
}
 +
 +
section#gallery.col2 > div:first-child {
 +
margin-right: 20px;
 +
}
 +
 +
 +
  
 
@media (max-width: 768px){
 
@media (max-width: 768px){

Revision as of 15:03, 4 May 2017