File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 166
166
}
167
167
168
168
.icon-group-container {
169
- position : relative;
170
169
height : 52px ;
171
- width : 140 px ;
170
+ width : 100 % ;
172
171
margin-bottom : 10px ;
173
172
}
174
173
175
174
.icon-group {
176
- position : absolute;
177
- top : 0 ;
178
- right : 10px ;
175
+ width : 140px ;
176
+ padding-left : 65% ;
179
177
}
180
178
181
179
.container .row {
222
220
border : 5px solid # FFCB05 ;
223
221
}
224
222
225
- @media (max-width : 1024px ) {
223
+ @media screen and ( min-width : 200 px ) and (max-width : 1024px ) {
226
224
.start , .end , .time
227
225
{
228
226
width : 90% ;
229
227
}
230
228
231
229
.icon-group {
232
- position : absolute;
233
- top : 10px ;
234
- left : 10px ;
230
+ padding-left : 0 ;
235
231
}
236
232
}
237
233
234
+
238
235
</ style >
239
236
< title > foodCompass</ title >
240
237
</ head >
You can’t perform that action at this time.
0 commit comments