Skip to content

Commit 4c21f8d

Browse files
committed
Minor spacing and sisizing fixes for icons, logo and inputs
1 parent 9000b28 commit 4c21f8d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

search.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,21 +159,21 @@
159159

160160
}
161161
.logo{
162-
border: 0;
163-
margin-top: 6px;
164-
box-shadow: 0 0 0 0;
165-
width: 50%;
162+
border: 0;
163+
margin-top: 6px;
164+
box-shadow: 0 0 0 0;
165+
width: 40%;
166166
}
167167

168168
.icon-group-container {
169169
position: relative;
170-
height: 60px;
170+
height: 46px;
171171
width: 100%;
172172
}
173173

174174
.icon-group {
175175
position: absolute;
176-
top: 10px;
176+
top: 0;
177177
right: 10px;
178178
}
179179

@@ -199,6 +199,10 @@
199199
line-height: 2.3em;
200200
}
201201

202+
input[type="text"] {
203+
margin-bottom: 6px;
204+
}
205+
202206
@media (max-width: 1024px) {
203207
.start, .end, .time
204208
{

0 commit comments

Comments
 (0)