File tree 1 file changed +58
-55
lines changed
1 file changed +58
-55
lines changed Original file line number Diff line number Diff line change 101
101
.unordered-list {
102
102
list-style : lower-roman ;
103
103
}
104
- @media screen and (min-width : 1440px ) {
104
+ @media screen and (max-width : 376px ) {
105
+ #introduction {
106
+ margin-top : 0 ;
107
+ }
105
108
.introduction {
106
- div {
107
- max-width : 1440px ;
108
- }
109
- padding-bottom : 5% ;
109
+ padding-bottom : 10% ;
110
+ background-image : none ;
111
+ background-color : $main-color ;
112
+ }
113
+ .home-content {
114
+ margin-top : -2rem ;
110
115
}
116
+ }
117
+ @media screen and (max-width : 426px ) {
111
118
#introduction {
112
- padding-top : 5% ;
119
+ font-size : 24px ;
120
+ margin-top : 20% ;
113
121
}
114
- .problem-definition {
115
- div {
116
- max-width : 1440px ;
122
+ .introduction {
123
+ padding-bottom : 40% ;
124
+
125
+ > div {
126
+ max-width : 100% ;
117
127
}
118
128
}
119
- }
120
- @media screen and (max-width : 1439px ) {
121
- #introduction {
122
- padding-top : 10% ;
129
+ .home-content {
130
+ margin-top : -7rem ;
131
+ }
132
+ .problem-definition ,
133
+ .introduction {
134
+ font-size : 16px ;
135
+ }
136
+ .post-content {
137
+ h2 {
138
+ font-size : 22px ;
139
+ text-align : center ;
140
+ }
141
+ h3 {
142
+ font-size : 18px ;
143
+ }
123
144
}
124
145
}
125
- @media screen and (min-width : 1101px ) {
146
+ @media screen and (max-width : 769px ) {
147
+ .paper-bg {
148
+ padding : 2rem 3rem ;
149
+ }
150
+ .home-content {
151
+ margin-top : -5rem ;
152
+ }
126
153
.introduction {
127
- background-size : contain ;
154
+ padding-bottom : 20 % ;
128
155
}
129
156
}
130
157
@media screen and (max-width : 1101px ) {
136
163
text-align : justify ;
137
164
background-repeat : no-repeat ;
138
165
padding-top : 10% ;
139
- padding-bottom : 25 % ;
166
+ padding-bottom : 13 % ;
140
167
141
168
div {
142
169
background-image : none ;
161
188
margin : 1rem 0 2rem ;
162
189
}
163
190
}
164
- @media screen and (max-width : 769px ) {
165
- .paper-bg {
166
- padding : 2rem 3rem ;
167
- }
168
- .home-content {
169
- margin-top : -5rem ;
191
+ @media screen and (min-width : 1101px ) {
192
+ .introduction {
193
+ background-size : contain ;
170
194
}
171
195
}
172
- @media screen and (max-width : 426 px ) {
196
+ @media screen and (max-width : 1439 px ) {
173
197
#introduction {
174
- font-size : 24px ;
175
- margin-top : 20% ;
176
- }
177
- .introduction {
178
- padding-bottom : 40% ;
179
-
180
- > div {
181
- max-width : 100% ;
182
- }
183
- }
184
- .home-content {
185
- margin-top : -7rem ;
198
+ padding-top : 10% ;
186
199
}
187
- .problem-definition ,
200
+ }
201
+ @media screen and (min-width : 1440px ) {
188
202
.introduction {
189
- font-size : 16px ;
190
- }
191
- .post-content {
192
- h2 {
193
- font-size : 22px ;
194
- text-align : center ;
195
- }
196
- h3 {
197
- font-size : 18px ;
203
+ div {
204
+ max-width : 80% ;
198
205
}
206
+ padding-bottom : 5% ;
199
207
}
200
- }
201
- @media screen and (max-width : 376px ) {
202
208
#introduction {
203
- margin-top : 0 ;
204
- }
205
- .introduction {
206
- padding-bottom : 10% ;
207
- background-image : none ;
208
- background-color : $main-color ;
209
+ padding-top : 5% ;
209
210
}
210
- .home-content {
211
- margin-top : -2rem ;
211
+ .problem-definition {
212
+ div {
213
+ max-width : 1440px ;
214
+ }
212
215
}
213
216
}
You can’t perform that action at this time.
0 commit comments