Update base.html

Erste kleine Änderungen testweise.
This commit is contained in:
PetraBe 2023-05-18 17:37:23 +02:00
parent cab95add19
commit 9f3ab64f83

View file

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
{% load static %} {% load static %}
<html lang="en"> <html lang="de">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="description" <meta name="description"
@ -24,8 +24,8 @@
<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' %}"
height="50px" height="120px"
width="168px" width="405px"
alt="Repair-Café Logo"> alt="Repair-Café Logo">
</a> </a>
<ul class="nav nav-pills"> <ul class="nav nav-pills">