Update base.html
changed bootstrap classes in nav & header-background-image
This commit is contained in:
parent
11a5f85e4b
commit
3242766b7f
1 changed files with 7 additions and 6 deletions
|
|
@ -24,8 +24,8 @@
|
||||||
{% endblock head %}
|
{% endblock head %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container pet">
|
<div class="container">
|
||||||
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
|
<header class="d-flex flex-wrap justify-content-center py-3">
|
||||||
<a href="{% url 'index' %}"
|
<a href="{% url 'index' %}"
|
||||||
class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
|
class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
|
||||||
<img src="{% static 'repapp/images/logo.jpg' %}"
|
<img src="{% static 'repapp/images/logo.jpg' %}"
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
width="405px"
|
width="405px"
|
||||||
alt="Repair-Café Logo">
|
alt="Repair-Café Logo">
|
||||||
</a>
|
</a>
|
||||||
<ul class="nav nav-pills">
|
<ul class="nav nav-pills align-items-center">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a href="https://www.repaircafe-hilpoltstein.de/" class="nav-link">Repair-Café</a>
|
<a href="https://www.repaircafe-hilpoltstein.de/" class="nav-link">Repair-Café</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -51,11 +51,12 @@
|
||||||
</ul>
|
</ul>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center"
|
<div class="position-relative overflow-hidden p-3 mx-auto p-md-5 text-center"
|
||||||
style="background-image: url({% static 'repapp/images/header_background.jpg' %});
|
style="background-image: url({% static 'repapp/images/header_background.jpg' %});
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: auto 100%;
|
background-size: cover;
|
||||||
background-position: center">
|
background-position: center;
|
||||||
|
max-width:1920px;>
|
||||||
<div class="col-md-5 p-lg-5 mx-auto my-5">
|
<div class="col-md-5 p-lg-5 mx-auto my-5">
|
||||||
<h1 class="display-4 font-weight-normal"
|
<h1 class="display-4 font-weight-normal"
|
||||||
style="font-size: 60px;
|
style="font-size: 60px;
|
||||||
|
|
|
||||||
Reference in a new issue