Add bottom margin to the searchBar
This commit is contained in:
parent
ce571c0419
commit
8c0451c640
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="Home">
|
<div class="Home">
|
||||||
<div class="contentBox_">
|
<div class="contentBox_">
|
||||||
<div class='searchBar'>
|
<div style="margin-bottom: 1rem;" class='searchBar'>
|
||||||
<form action="/search" method="get">
|
<form action="/search" method="get">
|
||||||
<div class="search_entry">
|
<div class="search_entry">
|
||||||
<input style="width: 19rem;" type='text' id="q" name="q" value='' placeholder="Enter a level name or code"/>
|
<input style="width: 19rem;" type='text' id="q" name="q" value='' placeholder="Enter a level name or code"/>
|
||||||
|
|
Loading…
Reference in a new issue