−photo
All checks were successful
/ job (push) Successful in 1m18s

This commit is contained in:
Marc Beninca 2025-04-17 12:33:56 +02:00
parent 757efd9a95
commit dc60e2f360
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
4 changed files with 0 additions and 13 deletions

View file

@ -56,9 +56,6 @@
<td class="level">C 2</td> <td class="level">C 2</td>
</tr> </tr>
</tbody></table> </tbody></table>
<a href="../img/photo.png">
<img class="big photo" src="../img/photo.png" alt="Me in front of hex dumps">
</a>
</section> </section>
<section class="banner"> <section class="banner">
<table><tbody> <table><tbody>

View file

@ -56,9 +56,6 @@
<td class="level">C2</td> <td class="level">C2</td>
</tr> </tr>
</tbody></table> </tbody></table>
<a href="../img/photo.png">
<img class="big photo" src="../img/photo.png" alt="Moi devant des dumps hexdécimaux">
</a>
</section> </section>
<section class="banner"> <section class="banner">
<table><tbody> <table><tbody>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

View file

@ -194,13 +194,6 @@ img.org {
block-size: 2em; block-size: 2em;
margin-inline-end: .5em; margin-inline-end: .5em;
} }
img.photo {
border-radius: 1em;
border-bottom: var(--border-on);
border-left: var(--border-on);
border-right: var(--border-on);
border-top: var(--border-on);
}
body.item li:nth-of-type(even) { body.item li:nth-of-type(even) {
background: var(--item-even-gradient); background: var(--item-even-gradient);