We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9000b28 commit 4c21f8dCopy full SHA for 4c21f8d
search.html
@@ -159,21 +159,21 @@
159
160
}
161
.logo{
162
- border: 0;
163
- margin-top: 6px;
164
- box-shadow: 0 0 0 0;
165
- width: 50%;
+ border: 0;
+ margin-top: 6px;
+ box-shadow: 0 0 0 0;
+ width: 40%;
166
167
168
.icon-group-container {
169
position: relative;
170
- height: 60px;
+ height: 46px;
171
width: 100%;
172
173
174
.icon-group {
175
position: absolute;
176
- top: 10px;
+ top: 0;
177
right: 10px;
178
179
@@ -199,6 +199,10 @@
199
line-height: 2.3em;
200
201
202
+ input[type="text"] {
203
+ margin-bottom: 6px;
204
+ }
205
+
206
@media (max-width: 1024px) {
207
.start, .end, .time
208
{
0 commit comments