Update style.

This commit is contained in:
2026-04-20 16:26:59 +01:00
parent 360ceabc13
commit 43eccf78e3

View File

@@ -184,9 +184,8 @@ cat <<EOF
border-radius: 20px; border-radius: 20px;
background: linear-gradient(30deg, rgba(100, 43, 200, 0.4), rgba(198, 66, 110, 0.4)); background: linear-gradient(30deg, rgba(100, 43, 200, 0.4), rgba(198, 66, 110, 0.4));
position: relative; position: relative;
width: calc(100% - 25px);
box-sizing: border-box; box-sizing: border-box;
max-width: 420px; max-width: 100%;
} }
#git-portfolio a { #git-portfolio a {
color: black; color: black;
@@ -194,8 +193,8 @@ cat <<EOF
display: inline-flex; display: inline-flex;
flex-direction: column; flex-direction: column;
flex-grow: 1; flex-grow: 1;
min-width: 400px; min-width: 380px;
max-width: 450px; max-width: calc(100%);
box-sizing: content-box; box-sizing: content-box;
} }
#git-portfolio section ul.languages { #git-portfolio section ul.languages {