From: danix Date: Sun, 26 Feb 2023 18:48:17 +0000 (+0100) Subject: stretching blocks with flex X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=3cdb770b7e05dfabc8f29b510276daec313c7f84 stretching blocks with flex --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 6871ae2..32cf162 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -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;