💄 Apply styling changes for print resume

This commit is contained in:
Dan Jones 2025-11-22 09:57:29 -06:00
commit db1b7ee5e6
6 changed files with 124 additions and 6 deletions

View file

@ -104,6 +104,28 @@ figure {
}
}
#education {
.container {
padding: 20px;
display: grid;
grid-template-columns: 1fr 1fr;
& > * {
padding: 0;
margin: 0;
&:nth-child(odd) {
text-align: left;
}
&:nth-child(even) {
text-align: right;
}
}
}
}
section > h2 {
line-height: 1.0;
}