mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 09:26:40 +00:00
24 lines
226 B
CSS
24 lines
226 B
CSS
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: xx-small;
|
|
}
|
|
|
|
p {
|
|
font-size: x-small;
|
|
}
|
|
|
|
h2::after {
|
|
margin: 0;
|
|
}
|
|
|
|
#noprint {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|
|
|
|
#printbutton {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|