Difference between revisions of "Template:TU Dresden/CSS"

Line 559: Line 559:
  
 
.footerbar {
 
.footerbar {
     margin-top: 100px;
+
     margin-top: 150px;
 
     padding: 10px;
 
     padding: 10px;
 
     width: 100%;
 
     width: 100%;
     min-height: 100px;
+
     height: 150px;
 
     background: var(--logo-dark-blue);
 
     background: var(--logo-dark-blue);
 
     box-shadow: 0 6px 12px rgba(0,0,0,0.5),0 12px 32px rgba(0,0,0,0.1);  
 
     box-shadow: 0 6px 12px rgba(0,0,0,0.5),0 12px 32px rgba(0,0,0,0.1);  
Line 573: Line 573:
 
     justify-content: space-between;
 
     justify-content: space-between;
 
     align-items: center;
 
     align-items: center;
 +
    flex-wrap: wrap;
 
}
 
}
  

Revision as of 00:34, 31 October 2017