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:
3cdb770
)
working on alignment of items in footer
author
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 18:55:29 +0000
(19:55 +0100)
committer
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 18:55:29 +0000
(19:55 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
32cf162
..
fc87875
100644
(file)
--- a/
gitweb-danixland/gitweb.css
+++ b/
gitweb-danixland/gitweb.css
@@
-241,7
+241,7
@@
td, th {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
- justify-content: space-
between
;
+ justify-content: space-
around
;
align-items: center;
align-content: stretch;
}
@@
-262,6
+262,7
@@
td, th {
.social-links ul li a {
height: 32px;
+ text-align: center;
}
.social-links ul li.spotify a {
color: var(--spotify);