This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -92,22 +92,20 @@ $desktop-width: 1024px;
92
92
// background-position: 0 20%;
93
93
background-size : cover ;
94
94
background-repeat : no-repeat ;
95
+ background-position : center center ;
95
96
}
96
97
.notification-bg-desktop {
97
98
@include desktop {
98
- background-position : center center ;
99
99
display : block ;
100
100
}
101
101
}
102
102
.notification-bg-tablet {
103
103
@include tablet {
104
104
display : block ;
105
- background-position : center right ;
106
105
}
107
106
}
108
107
.notification-bg-mobile {
109
108
@include mobile {
110
- background-position : center right ;
111
109
display : block ;
112
110
}
113
111
}
@@ -132,7 +130,7 @@ $desktop-width: 1024px;
132
130
padding : 20px ;
133
131
}
134
132
@include mobile {
135
- height : 230 px ;
133
+ height : 250 px ;
136
134
display : flex ;
137
135
flex-direction : column ;
138
136
padding : 14px ;
@@ -145,7 +143,8 @@ $desktop-width: 1024px;
145
143
color : #FFF ;
146
144
@include desktop {
147
145
margin-top : 34px ;
148
- padding-left : 44px ;
146
+ width : 50% ;
147
+ padding : 20px 0 13px 44px ;
149
148
}
150
149
@include tablet {
151
150
font-size : 36px ;
@@ -166,18 +165,19 @@ $desktop-width: 1024px;
166
165
@include desktop {
167
166
max-width : 50% ;
168
167
padding-left : 44px ;
169
- font-size : 18 px ;
170
- line-height : 22 px ;
171
- margin-bottom : 40 px ;
168
+ font-size : 26 px ;
169
+ line-height : 31 px ;
170
+ margin-bottom : 55 px ;
172
171
}
173
172
@include tablet {
174
- font-size : 16px ;
173
+ font-size : 18px ;
174
+ line-height : 22px ;
175
175
margin-bottom : 16px ;
176
176
text-align : center ;
177
177
}
178
- @include tablet {
178
+ @include mobile {
179
179
font-size : 14px ;
180
- margin-bottom : 16 px ;
180
+ margin-bottom : 4 px ;
181
181
text-align : center ;
182
182
}
183
183
}
You can’t perform that action at this time.
0 commit comments