💄 Apply styling changes for print resume
This commit is contained in:
parent
83109656a8
commit
db1b7ee5e6
6 changed files with 124 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue