Compare commits

...

2 Commits

Author SHA1 Message Date
3c4522648a Re-personalise after updates. 2026-04-20 16:38:16 +01:00
3856bc6a9a Style changes. 2026-04-20 16:35:11 +01:00
2 changed files with 5 additions and 2 deletions

View File

@@ -7,3 +7,6 @@ if [ ! -d "$dst_dir" ]; then
fi
mkdir -p "$dst_dir"
./git-portfolio "$dst"
git clone --depth 1 --branch main git@git.seanhealy.ie:sean/web-footer.git "/tmp/web-footer"
(cd "/tmp/web-footer" && ./automation/personalise.sh)
rm -rf /tmp/web-footer

View File

@@ -186,16 +186,16 @@ cat <<EOF
position: relative;
box-sizing: border-box;
max-width: 100%;
height: 100%;
}
#git-portfolio a {
color: black;
text-decoration: none;
display: inline-flex;
flex-direction: column;
flex-grow: 1;
min-width: 380px;
max-width: calc(100%);
box-sizing: content-box;
width: 25%;
}
#git-portfolio section ul.languages {
float: right;