SAE15_2022/assets/css/product.css

23 lines
418 B
CSS
Raw Permalink Normal View History

@media screen and (min-width: 700px) {
main{padding-bottom: 2%;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
2023-01-16 00:35:01 +01:00
p {
padding-left: 5%;
padding-right: 5%;
padding-bottom: 2%;
}
.product {
text-align: center;
}
2023-01-16 00:35:01 +01:00
}
@media screen and (max-width: 700px) {
.image{
display: flex;
justify-content: center;
}
2023-01-16 00:35:01 +01:00
}