mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +00:00
Fix margin in mobile view
This commit is contained in:
parent
66b81b932b
commit
c222b747f2
1 changed files with 2 additions and 2 deletions
|
@ -79,9 +79,9 @@
|
|||
</div>
|
||||
</nav>
|
||||
@auth
|
||||
<nav class="breadcrumb d-md-none d-flex">
|
||||
<nav class="breadcrumb d-md-none d-flex m-0">
|
||||
<form class="form-inline search-form mx-auto">
|
||||
<input class="form-control mr-sm-2 search-form-input" type="search" placeholder="Search" aria-label="Search">
|
||||
</form>
|
||||
</nav>
|
||||
@endauth
|
||||
@endauth
|
||||
|
|
Loading…
Reference in a new issue