fix: la disponibilité ne s’affiche pas en dessous de 600px de large
parent
1365926cc1
commit
f113496a4f
|
@ -1,5 +1,5 @@
|
||||||
img#logo {
|
img#logo {
|
||||||
width: 80%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.Centered {
|
p.Centered {
|
||||||
|
|
|
@ -74,3 +74,7 @@ footer {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.availability-ribbon {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue