fix: corrige à grande taille le kobold

This commit is contained in:
Kazhnuz 2024-08-11 08:48:20 +02:00
parent b331d7371b
commit 7ef1e2d282
2 changed files with 7 additions and 1 deletions

View file

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

View file

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