fix: corrige à grande taille le kobold
This commit is contained in:
parent
b331d7371b
commit
7ef1e2d282
2 changed files with 7 additions and 1 deletions
|
@ -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%; }
|
||||||
|
|
|
@ -63,6 +63,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 64px;
|
right: 64px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 530px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in a new issue