Compare commits
2 Commits
43eccf78e3
...
3c4522648a
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c4522648a | |||
| 3856bc6a9a |
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user