fix: la disponibilité ne s’affiche pas en dessous de 600px de large
This commit is contained in:
parent
1365926cc1
commit
f113496a4f
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue