06/15 Fix layout

This commit is contained in:
Nguyen Ngo
2026-06-15 15:28:47 -04:00
parent 671feb989b
commit ca4b598647
2 changed files with 133 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}Classifieds{% endblock %}</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='style.v2.css') }}">
{% block head %}{% endblock %}
</head>
<body>