💬 Update projects

Don't print code links
This commit is contained in:
Dan Jones 2024-04-14 16:42:01 -05:00
commit b20f84799a
2 changed files with 31 additions and 23 deletions

View file

@ -57,6 +57,9 @@ ul.skills {
h3 > a {
text-decoration: none;
}
h4 > a {
text-decoration: none;
}
@media print {
display: inline-block;
page-break-inside: avoid;
@ -113,6 +116,9 @@ section > h2 {
display: none;
& + hr { display: none; }
}
section > h2 {
line-height: 0.75;
}
}
figure.headshot {