We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647da81 commit ae79ae0Copy full SHA for ae79ae0
1 file changed
resume-style.css
@@ -10,7 +10,7 @@ body {
10
.header {
11
display: flex;
12
justify-content: space-between;
13
- align-items: flex-start;
+ align-items: flex-end;
14
margin-bottom: 8px;
15
}
16
@@ -19,13 +19,15 @@ body {
19
font-size: 18pt;
20
font-weight: normal;
21
text-align: left;
22
+ line-height: 1.2;
23
24
25
.contact-info {
26
text-align: right;
27
font-style: normal;
28
font-size: 10pt;
29
line-height: 1.2;
30
+ margin-top: 0;
31
32
33
.separator {
0 commit comments