danix
's git repository
home
/
my projects
/
gitweb-theme-danix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dc6bd4
)
stretching blocks with flex
author
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 18:48:17 +0000
(19:48 +0100)
committer
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 18:48:17 +0000
(19:48 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
6871ae2
..
32cf162
100644
(file)
--- 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;