summaryrefslogtreecommitdiff
path: root/resume/resume.css
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-10-05 15:32:43 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-10-05 15:32:43 -0400
commita84349037506ef3b86a507b16dbd9b3dc9a819ab (patch)
tree9a6b92ac8d073f23450d218c4bafb4d8aecfc3fb /resume/resume.css
parent8e5c328c2a8e5cfaa64d48b896191b17f30838dc (diff)
downloadalxu.ca-a84349037506ef3b86a507b16dbd9b3dc9a819ab.tar.xz
alxu.ca-a84349037506ef3b86a507b16dbd9b3dc9a819ab.zip
resume updates
Diffstat (limited to 'resume/resume.css')
-rw-r--r--resume/resume.css11
1 files changed, 5 insertions, 6 deletions
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; }