un peu de mise en forme html

This commit is contained in:
Jean-Marie Favreau 2023-10-29 15:11:11 +01:00
parent 817f0a317e
commit 99ab55d48b
2 changed files with 13 additions and 2 deletions

View File

@ -2,8 +2,17 @@ body {
font-family: 'Open Sans';font-size: 16px; font-family: 'Open Sans';font-size: 16px;
} }
#full_content>header {
padding-bottom: 1em;
}
[role="doc-subtitle"] {
font-size: 140%;
margin-top: -1em;
}
.nav-buttons { .nav-buttons {
padding: 1em; padding: 0.6em 0;
font-weight: bold; font-weight: bold;
} }
@ -12,6 +21,7 @@ body {
line-height: 2.4em; line-height: 2.4em;
box-sizing: border-box; box-sizing: border-box;
height: 2.4em; height: 2.4em;
margin: 0.2em;
padding: 0 1.4em; padding: 0 1.4em;
border-radius: 1.2em; border-radius: 1.2em;
text-decoration: none; text-decoration: none;

View File

@ -21,7 +21,8 @@
<body> <body>
<div id="full_content" class="{% block main_class %}{% endblock %}"> <div id="full_content" class="{% block main_class %}{% endblock %}">
<header> <header>
<h1>Les nuits électromagmatiques</h1>
<div role="doc-subtitle">Agenda culturel de Clermont-Ferrand et des environs</div>
</header> </header>
<section> <section>
{% block content %}{% endblock %} {% block content %}{% endblock %}