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

started with updating landing page and ended up with this massive diff lol

This commit is contained in:
2024-03-25 06:47:08 +00:00
parent 330b55180e
commit 139aa5f8d1
10 changed files with 1349 additions and 105 deletions

56
resume/css/print.css Normal file
View File

@@ -0,0 +1,56 @@
body {
margin: 0;
padding: 0;
font-size: x-small;
}
p {
font-size: small;
}
dd {
margin-bottom: 0;
margin-top: 0;
}
dt {
margin-bottom: 0;
}
ul {
margin-bottom: 0;
}
li {
margin-top: 0;
padding: 0;
}
h1 {
margin: 0;
padding: 0;
}
h2 {
padding-top: 0;
margin-top: 0;
}
#noprint {
display: none;
visibility: hidden;
}
#printbutton {
display: none;
visibility: hidden;
}
/* #onlyprint {
display: block;
visibility: visible;
} */
#onlyprint {
display: none;
visibility: hidden;
}