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

View file

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