Skip to content

Commit 4dab147

Browse files
committed
Fix positioning for ico group
1 parent c536f29 commit 4dab147

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

search.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,14 @@
166166
}
167167

168168
.icon-group-container {
169-
position: relative;
170169
height: 52px;
171-
width: 140px;
170+
width: 100%;
172171
margin-bottom: 10px;
173172
}
174173

175174
.icon-group {
176-
position: absolute;
177-
top: 0;
178-
right: 10px;
175+
width: 140px;
176+
padding-left: 65%;
179177
}
180178

181179
.container .row {
@@ -222,19 +220,18 @@
222220
border: 5px solid #FFCB05;
223221
}
224222

225-
@media (max-width: 1024px) {
223+
@media screen and (min-width: 200px) and (max-width: 1024px) {
226224
.start, .end, .time
227225
{
228226
width: 90%;
229227
}
230228

231229
.icon-group {
232-
position: absolute;
233-
top: 10px;
234-
left: 10px;
230+
padding-left: 0;
235231
}
236232
}
237233

234+
238235
</style>
239236
<title>foodCompass</title>
240237
</head>

0 commit comments

Comments
 (0)