stretching blocks with flex
authordanix <danix@danix.xyz>
Sun, 26 Feb 2023 18:48:17 +0000 (19:48 +0100)
committerdanix <danix@danix.xyz>
Sun, 26 Feb 2023 18:48:17 +0000 (19:48 +0100)
gitweb-danixland/gitweb.css

index 6871ae2..32cf162 100644 (file)
@@ -241,15 +241,14 @@ 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 {
   display: block;
   flex-grow: 1;
-  flex-shrink: 1;
   flex-basis: auto;
   align-self: stretch;
   order: 0;