This commit is contained in:
Marc Beninca 2025-02-24 11:41:46 +01:00
parent f7f6849129
commit 444e5f41a7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 10 deletions

View file

@ -57,7 +57,7 @@ France</p>
</article>
<section>
<h2>Contact</h2>
<h2>Links</h2>
<section class="banner">
<a href="../vcard.vcf">
@ -78,8 +78,7 @@ France</p>
</tbody></table>
</section>
<section>
<h2>Links</h2>
<h3>Platforms</h3>
<table><tbody>
<tr>
@ -106,10 +105,7 @@ France</p>
</tr>
</tbody></table>
</section>
<section>
<h2>Identity</h2>
<h3>Identity</h3>
<table><tbody>
<tr>
@ -127,8 +123,6 @@ France</p>
</section>
</section>
<section>
<h2>Skills</h2>

View file

@ -79,7 +79,7 @@ body {
max-inline-size: 108ch;
}
article, h2, table {
article, h2, h3, table {
margin-block-start: var(--margin);
}