mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-24 10:34:03 +03:00
fix: update navbar buttons location
This commit is contained in:
parent
2ff176aa71
commit
8d18f20d09
|
@ -1,11 +1,12 @@
|
|||
<!-- New Navbar -->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="https://www.django-rest-framework.org/"
|
||||
>Django REST framework</a
|
||||
>
|
||||
<a class="navbar-brand" href="https://www.django-rest-framework.org/">
|
||||
<span class="d-none d-md-block">Django REST framework</span>
|
||||
<span class="d-block d-md-none">DRF</span>
|
||||
</a>
|
||||
|
||||
<div class="d-flex gap-2 order-lg-5">
|
||||
<div class="d-flex gap-2 order-lg-5 justify-self-end ms-auto">
|
||||
<button
|
||||
type="button"
|
||||
id="search_modal_show"
|
||||
|
|
Loading…
Reference in New Issue
Block a user