mobile header: tighten layout and fix menu overlay

This commit is contained in:
2026-05-03 00:51:51 +02:00
parent 9624eec735
commit 3eac7ca0b6
2 changed files with 117 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 mobile header fixes (plain CSS; no Bootstrap overrides). #}
<link rel="stylesheet" href="{% static 'mandelstudio/header_mobile.css' %}">
{% endblock %}
{% block extrahead %}