1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-27 00:31:30 +00:00

projects now print

This commit is contained in:
2021-09-12 14:57:16 -07:00
parent 5f48b2a6d6
commit 517f13049e
3 changed files with 41 additions and 27 deletions

View File

@@ -84,3 +84,8 @@ article > a > p {
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
}
}
#onlyprint {
visibility: hidden;
display: none;
}