remove logo
This commit is contained in:
@@ -10,11 +10,11 @@ body{
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
grid:
|
grid:
|
||||||
"search_field logo" auto
|
"search_field" auto
|
||||||
"search logo" auto
|
"search" auto
|
||||||
"navigation navigation" auto
|
"navigation " auto
|
||||||
"result result" 1fr
|
"result" 1fr
|
||||||
/ 1fr auto;
|
/ 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="logo" aria-hidden="true">LOGO</div>
|
|
||||||
|
|
||||||
<div id="search-input-wrapper">
|
<div id="search-input-wrapper">
|
||||||
<input id="search-input" placeholder="field=value and anotherField=anotherValue" data-autocomplete="autocomplete"
|
<input id="search-input" placeholder="field=value and anotherField=anotherValue" data-autocomplete="autocomplete"
|
||||||
|
|||||||
Reference in New Issue
Block a user