Fix size of food icon on events page
This commit is contained in:
parent
4ad1aaeb0e
commit
91ca857d92
@ -23,10 +23,11 @@
|
||||
<title>Clubhaus Schornbach</title>
|
||||
<link rel="icon" href="{% static 'homepage/img/logo.svg' %}" sizes="any" type="image/svg+xml">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
|
||||
<link href="{% static 'homepage/assets/bootstrap-icons/bootstrap-icons.css' %}" rel="stylesheet">
|
||||
|
||||
<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>
|
||||
|
@ -181,8 +181,7 @@
|
||||
<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>
|
||||
<span class="material-symbols-outlined"
|
||||
style="font-size: calc(1.575rem + 3.9vw);">lunch_dining
|
||||
<span class="material-symbols-outlined display-2">lunch_dining
|
||||
</span>
|
||||
</h2>
|
||||
<p class="fs-2 fw-bold">{{ next_event.food|linebreaksbr }}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user