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 27
27
}
28
28
29
29
# main-image {
30
- padding-top : 4 rem ;
30
+ padding-top : 20 % ;
31
31
max-width : 100% ;
32
32
}
33
33
34
34
.grid {
35
35
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;
39
38
}
40
39
41
40
57
56
}
58
57
59
58
.text {
60
- padding-top : 10rem ;
61
- padding-right : 150px ;
62
- text-align : right;
59
+ padding-top : 50% ;
60
+ padding-right : 30% ;
63
61
}
64
62
63
+
65
64
.redirection {
66
- padding-top : 20 px ;
65
+ padding-top : 1 rem ;
67
66
text-align : center;
68
67
}
69
68
69
+ body {
70
+ text-align : center;
71
+ }
70
72
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% ;
74
77
}
75
78
h1 {
76
79
color : # 831C86 ;
101
104
display : none;
102
105
}
103
106
104
- .decoration {
105
- display : none;
106
- }
107
107
}
108
108
109
109
You can’t perform that action at this time.
0 commit comments