Compare commits

...

2 commits

Author SHA1 Message Date
Kazhnuz
7eb8930627 fix: fix permalink
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-11 08:49:33 +02:00
Kazhnuz
7ef1e2d282 fix: corrige à grande taille le kobold 2024-08-11 08:48:20 +02:00
4 changed files with 9 additions and 3 deletions

View file

@ -3,7 +3,7 @@ layout: layouts/subpages.njk
permalink: /carry
eleventySubNavigation:
parent: À propos
key: /carry
key: /carry/
description: Ce que je porte sur moi
order: 1
---

View file

@ -3,7 +3,7 @@ layout: layouts/subpages.njk
permalink: /uses
eleventySubNavigation:
parent: À propos
key: /uses
key: /uses/
description: Ce que j'utilise au quotidien
order: 1
---

View file

@ -1189,7 +1189,9 @@ a.sr-hover {
margin-bottom: 1.5rem;
position: relative;
top: 0px;
right: 64px; } }
right: 64px; }
.illustration img {
max-width: 530px; } }
.illustration img {
height: auto;
max-width: 100%; }

View file

@ -63,6 +63,10 @@
position: relative;
top: 0px;
right: 64px;
img {
max-width: 530px;
}
}
img {