Compare commits
2 Commits
43eccf78e3
...
3c4522648a
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c4522648a | |||
| 3856bc6a9a |
@@ -7,3 +7,6 @@ if [ ! -d "$dst_dir" ]; then
|
|||||||
fi
|
fi
|
||||||
mkdir -p "$dst_dir"
|
mkdir -p "$dst_dir"
|
||||||
./git-portfolio "$dst"
|
./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
|
||||||
|
|||||||
@@ -186,16 +186,16 @@ cat <<EOF
|
|||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
#git-portfolio a {
|
#git-portfolio a {
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
|
||||||
min-width: 380px;
|
|
||||||
max-width: calc(100%);
|
max-width: calc(100%);
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
width: 25%;
|
||||||
}
|
}
|
||||||
#git-portfolio section ul.languages {
|
#git-portfolio section ul.languages {
|
||||||
float: right;
|
float: right;
|
||||||
|
|||||||
Reference in New Issue
Block a user