remove logo

This commit is contained in:
ahr
2017-12-10 09:34:10 +01:00
parent 159c5ff371
commit 84084c3e08
2 changed files with 6 additions and 6 deletions

View File

@@ -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 {

View File

@@ -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"