1
0

Exchange food icon and embed google fonts

This commit is contained in:
Marcel Schwarz 2023-07-24 20:59:08 +02:00
parent e2b980f899
commit 01f7af4077
2 changed files with 6 additions and 1 deletions

View File

@ -26,6 +26,7 @@
<link href="{% static 'homepage/assets/bootstrap/bootstrap.min.css' %}" rel="stylesheet">
<link href="{% static 'homepage/assets/self/custom.css' %}" rel="stylesheet">
<link href="{% static 'homepage/assets/bootstrap-icons/bootstrap-icons.css' %}" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
{% block extra_header_block %}{% endblock %}
</head>

View File

@ -180,7 +180,11 @@
<div class="col-lg-3 col-md-6 mb-lg-0 mb-md-4 mb-3">
<div class="h-100 p-3 text-white bg-dark rounded-3">
<h2><i class="bi-cart2 display-2"></i></h2>
<h2>
<span class="material-symbols-outlined"
style="font-size: calc(1.575rem + 3.9vw);">lunch_dining
</span>
</h2>
<p class="fs-2 fw-bold">{{ next_event.food|linebreaksbr }}</p>
</div>
</div>