mobile header: tighten layout and fix menu layering

This commit is contained in:
2026-05-03 00:09:09 +02:00
parent 6e00d1d2f2
commit 99b03d4695
2 changed files with 123 additions and 0 deletions

View File

@@ -15,6 +15,8 @@
{{ block.super }}
{# Ensure Carbasa webshop styling is present so responsive header/footer render correctly. #}
<link rel="stylesheet" type="text/x-scss" href="{% static 'carbasa/webshop_base.scss' %}">
{# Project-scoped header mobile fixes (no Bootstrap overrides). #}
<link rel="stylesheet" type="text/x-scss" href="{% static 'mandelstudio/header_mobile.scss' %}">
{% endblock %}
{% block extrahead %}