Skip to content

Commit

Permalink
fix offcenter searchbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Varrience authored Dec 3, 2024
1 parent 515825c commit 6498f88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Pages/projects/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
<input type="submit" value="Search" style="font-size: inherit">
<a class="button" href="/publish">Publish</a>
</form>
<div style="padding-bottom: 4%;">
<a id="prev-page" style="display: none"> Previous </a>
<a id="next-page" style="display: none"> Next </a>
</div>
<div style="padding-bottom: 3%; text-align: center">
<a id="prev-page" style="display: none"> Previous </a>
<a id="next-page" style="display: none"> Next </a>
</div>
<div id="list" class="project-list"></div>
<div id="footer">
Expand Down

0 comments on commit 6498f88

Please sign in to comment.