InsulineSodarameme/css/cat_all.css
2022-12-15 17:42:13 +01:00

16 lines
154 B
CSS

.Liste{
width:100%;
height:100vh;
overflow: scroll;
}
.Product{
float:center;
margin : 5vw;
}
.Product p, .Product h3{
margin-top: -5px;
}