stretching blocks with flex
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index 9c7f0f3..32cf162 100644 (file)
@@ -241,18 +241,16 @@ td, th {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
-  justify-content: space-around;
-  align-items: stretch;
+  justify-content: space-between;
+  align-items: center;
   align-content: stretch;
 }
 
 .site-footer .columns {
-  width: 30vw;
   display: block;
-  flex-grow: 0;
-  flex-shrink: 1;
+  flex-grow: 1;
   flex-basis: auto;
-  align-self: auto;
+  align-self: stretch;
   order: 0;
 }