File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments