File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
src/app/modules/v2-redirect Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 2727}
2828
2929# main-image {
30- padding-top : 4 rem ;
30+ padding-top : 20 % ;
3131 max-width : 100% ;
3232}
3333
3434.grid {
3535 display : grid;
36- grid-template-columns : 798px 1fr ;
37- position : relative;
38- width : 1300px ;
36+ grid-template-columns : [x0] 2fr [x1] 1fr [x2];
37+ justify-items : center;
3938}
4039
4140
5756}
5857
5958.text {
60- padding-top : 10rem ;
61- padding-right : 150px ;
62- text-align : right;
59+ padding-top : 50% ;
60+ padding-right : 30% ;
6361}
6462
63+
6564.redirection {
66- padding-top : 20 px ;
65+ padding-top : 1 rem ;
6766 text-align : center;
6867}
6968
69+ body {
70+ text-align : center;
71+ }
7072
71- @media screen and (max-width : 1199px ) {
72- body {
73- text-align : center;
73+ @media screen and (max-width : 1307px ) {
74+
75+ # main-image {
76+ padding-top : 6% ;
7477 }
7578 h1 {
7679 color : # 831C86 ;
101104 display : none;
102105 }
103106
104- .decoration {
105- display : none;
106- }
107107}
108108
109109
You can’t perform that action at this time.
0 commit comments