project-index: hide form on mobile

This commit is contained in:
Drew DeVault 2020-04-30 08:22:19 -04:00
parent 5f1523bdfb
commit 34e5c1c7c1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
{% if search_error %}
<div class="invalid-feedback">{{ search_error }}</div>
{% endif %}
<fieldset class="pull-right" style="margin-top: 0.25rem">
<fieldset class="pull-right d-sm-none d-md-block" style="margin-top: 0.25rem">
<legend class="inline-legend">Sort results by</legend>
<div class="form-check form-check-inline">
<input