This commit is contained in:
Marc Beninca 2025-04-02 20:03:31 +02:00
parent 19b2026c74
commit d93614e895
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 5 additions and 2 deletions

View file

@ -40,7 +40,7 @@
<a href="../marc.beninca.vcf">
<img class="big" id="vcard" src="../img/marc.beninca.svg" alt="Vcard QR code">
</a>
<table><tbody>
<table class="small"><tbody>
<tr>
<td />
<th scope="col"><a href="https://en.wikipedia.org/wiki/Common_European_Framework_of_Reference_for_Languages#Common_reference_levels"><abbr title="Common European Framework of Reference for Languages">CEFRL</abbr></a></th>

View file

@ -40,7 +40,7 @@
<a href="../marc.beninca.vcf">
<img class="big" id="vcard" src="../img/marc.beninca.svg" alt="Code QR de contact">
</a>
<table class="sub"><tbody>
<table class="small"><tbody>
<tr>
<td />
<th scope="col"><a href="https://fr.wikipedia.org/wiki/Cadre_européen_commun_de_référence_pour_les_langues#Échelle_globale"><abbr title="Cadre Européen Commun de Référence pour les Langues">CECRL</abbr></a></th>

View file

@ -242,6 +242,9 @@ ul {
.title, .duration.org {
font-weight: bold;
}
.small {
font-size: .88em;
}
.sub, .period {
font-size: .75em;
}