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

Line 690: Line 690:
 
Laptop
 
Laptop
 
************************************************************************/
 
************************************************************************/
 +
@media (min-width: 768px) {
 +
  #bodyContent .flex-gallery {
 +
    flex-direction: row;
 +
    flex-wrap: wrap;
 +
    align-items: flex-end;
 +
    justify-content: center;
 +
  }
 +
}
 
@media (min-width: 900px) {
 
@media (min-width: 900px) {
 
   body {
 
   body {
Line 726: Line 734:
 
   }
 
   }
  
    #bodyContent .flex-gallery {
+
  #bodyContent table thead {display:table-header-group;}
      flex-direction: row;
+
  #bodyContent table tbody td{
      flex-wrap: wrap;
+
    display: table-cell;
      align-items: flex-end;
+
    padding: 10px;
      justify-content: center;
+
    border-collapse: collapse;
    }
+
    vertical-align: middle;
    #bodyContent table thead {display:table-header-group;}
+
  }
    #bodyContent table tbody td{
+
  #bodyContent table tbody td:before{content:none;}
      display: table-cell;
+
      padding: 10px;
+
      border-collapse: collapse;
+
      vertical-align: middle;
+
    }
+
    #bodyContent table tbody td:before{content:none;}
+
 
}
 
}
 
/************************************************************************
 
/************************************************************************

Revision as of 09:55, 27 October 2017