Skip to content

Commit ae79ae0

Browse files
committed
change alignment of name
1 parent 647da81 commit ae79ae0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

resume-style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body {
1010
.header {
1111
display: flex;
1212
justify-content: space-between;
13-
align-items: flex-start;
13+
align-items: flex-end;
1414
margin-bottom: 8px;
1515
}
1616

@@ -19,13 +19,15 @@ body {
1919
font-size: 18pt;
2020
font-weight: normal;
2121
text-align: left;
22+
line-height: 1.2;
2223
}
2324

2425
.contact-info {
2526
text-align: right;
2627
font-style: normal;
2728
font-size: 10pt;
2829
line-height: 1.2;
30+
margin-top: 0;
2931
}
3032

3133
.separator {

0 commit comments

Comments
 (0)