Update style.

This commit is contained in:
2026-04-26 13:50:46 +01:00
parent 57d92d7584
commit 5becd1c6ea

View File

@@ -197,6 +197,12 @@ if [ "$portfolio_index" ]; then
flex-direction: column; flex-direction: column;
max-width: calc(100%); max-width: calc(100%);
box-sizing: content-box; box-sizing: content-box;
width: 25%;
}
@media (max-width: 800px) {
#git-portfolio a {
width: 100%;
}
} }
#git-portfolio section ul.languages { #git-portfolio section ul.languages {
float: right; float: right;