Skip to content

Commit

Permalink
fixed the background to cover 100% height in datasearch page in mobil…
Browse files Browse the repository at this point in the history
…e view (#272)
  • Loading branch information
arpit456jain authored Jun 2, 2021
1 parent 3bb6873 commit 424bb9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/dataSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@
font-size: 28px;
text-align: center;
}
#outer{
height:75vh;
}
</style>

<div class="nav-container">
<?php include "../templates/navBar.php";?>
</div>

<div class="container col-lg-8 my-5 py-5">
<div class="container col-lg-8 my-5 py-5" id="outer">

<form method="post" action="../pages/pairData.php" class="search">
<input type="text" name="id" id="id" placeholder="Search the pair id..">
Expand Down

0 comments on commit 424bb9b

Please sign in to comment.