We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff176a commit 8d18f20Copy full SHA for 8d18f20
docs_theme/nav.html
@@ -1,11 +1,12 @@
1
<!-- New Navbar -->
2
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
3
<div class="container">
4
- <a class="navbar-brand" href="https://www.django-rest-framework.org/"
5
- >Django REST framework</a
6
- >
+ <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>
7
+ </a>
8
- <div class="d-flex gap-2 order-lg-5">
9
+ <div class="d-flex gap-2 order-lg-5 justify-self-end ms-auto">
10
<button
11
type="button"
12
id="search_modal_show"
0 commit comments