💬 Update projects
Don't print code links
This commit is contained in:
parent
a4a124ce9b
commit
b20f84799a
2 changed files with 31 additions and 23 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue