deploying

This commit is contained in:
fatmeat 2025-05-22 22:15:59 +02:00
parent 7ab1484a61
commit 5cd250b0b3

View File

@ -134,10 +134,10 @@ ul {
#repo-list { #repo-list {
display: flex; display: flex;
gap: 1em; gap: 1em;
flex-direction: row; flex-direction: column;
flex-wrap: wrap; flex-wrap: nowrap;
list-style: none; list-style: none;
margin: 2em; /*margin: 2em;*/
} }
footer a { footer a {