From a84349037506ef3b86a507b16dbd9b3dc9a819ab Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Tue, 5 Oct 2021 15:32:43 -0400 Subject: resume updates --- resume/resume.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'resume/resume.css') diff --git a/resume/resume.css b/resume/resume.css index 04c8431..dcaa585 100644 --- a/resume/resume.css +++ b/resume/resume.css @@ -48,7 +48,6 @@ address, .right { border-left: solid 3px #246d84; padding: .2rem 0 0 1rem; } -/* firefox prints grid margin wrong */ .gap { margin-top: .8rem; grid-column: 1/-1; @@ -123,7 +122,7 @@ a { a:visited { color: #0f00b0; } -.date-punct, .hide, .printcol { +.date-punct, .hide, .print { display: none; } .nb { @@ -152,10 +151,10 @@ abbr { .h1s { margin-bottom: .6ex; } - .title, .left address { + .title, .taddr { text-align: center; } - .left address { + .taddr { columns: 2; } .left { @@ -213,7 +212,7 @@ abbr { .left-heavy-columns { display: none; } - .printcol { + .print { display: inline-block; } section + section { @@ -227,6 +226,7 @@ abbr { address svg { color: #555; } + @page { margin: 7mm 26mm 7mm 18mm; } } @media (prefers-contrast: high) { .h1s, address { @@ -238,4 +238,3 @@ abbr { background: #ccc; } } -@page { margin: 7mm 26mm 7mm 18mm; } -- cgit v1.2.3-54-g00ecf