Use Simple.css

This commit is contained in:
dece 2023-10-14 14:09:32 +02:00
parent 15847c32c2
commit 4566f8b85b
2 changed files with 14 additions and 20 deletions

1
public/simple-v1.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -4,18 +4,11 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}LSBC{% endblock %}</title> <title>{% block title %}LSBC{% endblock %}</title>
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
{% block stylesheets %}
<style> <style>
body { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
img { max-width: 100%; } img { max-width: 100%; }
.help-text { font-size: 0.8em; } .help-text { font-size: 0.8em; }
</style> </style>
{{ encore_entry_link_tags('app') }} <link rel="stylesheet" href="/simple-v1.min.css">
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head> </head>
<body> <body>
{% block body %}{% endblock %} {% block body %}{% endblock %}