fix: update navbar buttons location

This commit is contained in:
mostafaei2002 2024-05-18 12:59:06 +03:30
parent 2ff176aa71
commit 8d18f20d09

View File

@ -1,11 +1,12 @@
<!-- New Navbar --> <!-- New Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container"> <div class="container">
<a class="navbar-brand" href="https://www.django-rest-framework.org/" <a class="navbar-brand" href="https://www.django-rest-framework.org/">
>Django REST framework</a <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 <button
type="button" type="button"
id="search_modal_show" id="search_modal_show"