Modif de la hauteur de ligne pour les textes des vignettes produit

This commit is contained in:
2021-11-23 09:15:07 +01:00
parent 08f1af5f96
commit 5f435f5c1a
2 changed files with 6 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} div.container{width:90%!important}.container{width:95%}.navbar li.cart-not-empty>a.cart:before{color:#fff}h2.name{line-height:1}

View File

@@ -9,3 +9,7 @@ div.container {
.navbar li.cart-not-empty>a.cart:before { .navbar li.cart-not-empty>a.cart:before {
color: white; color: white;
} }
h2.name {
line-height: 1;
}