This commit is contained in:
Andros Fenollosa
2023-07-24 14:48:40 +02:00
parent 4569bd741c
commit 55c17554f1
4 changed files with 43 additions and 8 deletions

View File

@ -113,10 +113,15 @@
content=""
>
<link
rel="stylesheet"
type="text/css"
href="{% static 'css/main.css' %}"
>
href="{% static 'css/mobile.css' %}"
rel="stylesheet"
media="all and (max-width: 600px)"
>
<link
href="{% static 'css/desktop.css' %}"
rel="stylesheet"
media="all and (min-width: 600px)"
>
</head>
<body>
{% block content %}{% endblock %}