File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 flex : 1 ;
2424 display : flex;
2525 justify-content : center;
26+ align-items : flex-start;
27+ flex-wrap : wrap;
28+ gap : 48px ;
29+ padding : 104px 32px 128px ;
30+ box-sizing : border-box;
2631 color : var (--mypage-text-primary );
2732 background : var (--mypage-bg );
2833}
2934
3035.mypage-content {
31- width : min (1120px , 100% - 48px );
32- padding : 72px 0 96px ;
33- margin : 0 auto;
36+ flex : 1 1 720px ;
37+ min-width : 0 ;
38+ max-width : 1024px ;
39+ width : 100% ;
40+ padding : 0 ;
41+ margin : 0 ;
3442 display : flex;
3543 flex-direction : column;
36- gap : 32 px ;
44+ gap : 36 px ;
3745 box-sizing : border-box;
3846}
3947
@@ -486,6 +494,19 @@ body.body-scroll .mypage-content {
486494 }
487495}
488496
497+ @media (max-width : 960px ) {
498+ .mypage {
499+ flex-direction : column;
500+ align-items : stretch;
501+ gap : 36px ;
502+ padding : 96px 24px 120px ;
503+ }
504+
505+ .mypage-content {
506+ max-width : 100% ;
507+ }
508+ }
509+
489510@media (max-width : 840px ) {
490511 .mypage-header {
491512 flex-direction : column;
@@ -517,9 +538,17 @@ body.body-scroll .mypage-content {
517538 background : # f8f9ff ;
518539 }
519540
541+ .mypage {
542+ flex-direction : column;
543+ gap : 32px ;
544+ padding : 88px 18px 110px ;
545+ }
546+
520547 .mypage-content {
521548 width : 100% ;
522- padding : 56px 18px 72px ;
549+ margin : 0 ;
550+ padding : 0 ;
551+ gap : 32px ;
523552 }
524553
525554 .recent-projects ,
You can’t perform that action at this time.
0 commit comments