This website requires JavaScript.
Explore
Help
Sign In
Benjamin
/
personal-website
Watch
1
Star
0
Fork
You've already forked personal-website
0
Code
Issues
4
Pull requests
Releases
Activity
CV: smalle font-size on print
Browse source
...
This commit is contained in:
Benjamin
2023-02-04 17:27:33 +01:00
parent
3ea9a60f62
commit
19904157ae
1 changed files
with
2 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show stats
Download patch file
Download diff file
Expand all files
Collapse all files
3
cv.html
Unescape
Escape
View file
@ -78,7 +78,8 @@
@media print {
@media print {
body {
body {
max-width: 60ch;
max-width: 72ch;
font-size: 10pt;
}
}
body,
body,
Write
Preview
Loading…
Cancel
Save
Reference in a new issue
Repository
Benjamin/personal-website
Title
Body
Create issue