InsulineSodarameme/css/cat_all.css
2023-01-01 17:54:57 +01:00

22 lines
234 B
CSS

.Liste{
width:100%;
height:100vh;
overflow: scroll;
}
.Product{
float:left;
margin : 5%;
width: 80%;
}
.Product p, .Product h3{
margin-top: -5px;
}
.meme{
width: inherit;
height: inherit;
max-height: inherit;
}