Skip to content

Commit 59d7293

Browse files
committed
style: update resume layout and content
1 parent e4cc386 commit 59d7293

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

src/components/resume/resume.scss

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
.resume-container {
22
display: flex;
33
flex-direction: column;
4-
justify-content: center;
54
align-items: center;
65
color: #fff;
76
width: 80%;
87
margin: 0 auto;
8+
padding: 0;
99
font-family: 'RobotoMono', sans-serif;
1010

11-
@media (min-width: 768px) and (max-width: 1024px) {
12-
flex-direction: column;
13-
justify-content: flex-start;
14-
align-items: stretch;
11+
.resume-title {
12+
font-size: 2.5em;
13+
text-align: left;
14+
margin: 0;
15+
padding: 0;
16+
width: 100%;
1517
}
1618

17-
@media (min-width: 1025px) {
18-
flex-direction: row;
19-
justify-content: center;
19+
.content-wrapper {
20+
width: 100%;
21+
display: flex;
22+
flex-direction: column;
23+
24+
@media (min-width: 1025px) {
25+
flex-direction: row;
26+
justify-content: center;
27+
}
2028
}
2129
}
2230

0 commit comments

Comments
 (0)