[9/11/2024] Modif CSS pur logo qui était grignoté en bas

This commit is contained in:
2024-11-09 11:23:54 +01:00
parent 850f640f50
commit c218b24d2a
53 changed files with 6140 additions and 2 deletions

View File

@@ -1 +1 @@
div.container{width:90%!important}.container{width:95%}.navbar li.cart-not-empty>a.cart:before{color:#fff}h2.name{line-height:1}.logo-custom img{width:250px}.texte-complementaire-module{padding-left:30px;font-style:italic;font-weight:400}.table-delivery tbody>tr>td.module-mondialrelay{padding-left:0;padding-right:0;padding-top:0;width:67%}#delivery-method.panel .image.module-mondialrelay{text-align:left}body>div.bootbox.modal.fade.in>div>div>div>div>div>table>tbody>tr:nth-child(2)>td:nth-child(1)>img{width:300px}.table-cart tbody>tr>td.bypass-estimation{text-align:right;font-size:larger}
div.container{width:90%!important}.container{width:100%}.navbar li.cart-not-empty>a.cart:before{color:#fff}h2.name{line-height:1}header .logo-custom{height:auto}.logo-custom img{width:250px}.texte-complementaire-module{padding-left:30px;font-style:italic;font-weight:400}.table-delivery tbody>tr>td.module-mondialrelay{padding-left:0;padding-right:0;padding-top:0;width:67%}#delivery-method.panel .image.module-mondialrelay{text-align:left}body>div.bootbox.modal.fade.in>div>div>div>div>div>table>tbody>tr:nth-child(2)>td:nth-child(1)>img{width:300px}.table-cart tbody>tr>td.bypass-estimation{text-align:right;font-size:larger}

View File

@@ -3,7 +3,7 @@ div.container {
}
.container {
width: 95%
width: 100%
}
.navbar li.cart-not-empty>a.cart:before {
@@ -14,6 +14,10 @@ h2.name {
line-height: 1;
}
header .logo-custom {
height: auto;
}
.logo-custom img {
width: 250px;
}