Improve display price on desctop

This commit is contained in:
eraden 2022-07-21 06:57:42 +02:00
parent 65aef73987
commit d29326e76e

View File

@ -21,14 +21,13 @@ customElements.define('marketplace-offer', class extends Component {
#preview {
max-width: 50%;
}
#description {
margin-left: 16px;
width: 50%;
}
@media only screen and (min-device-width: 1200px) {
section {
display: grid;
grid-template-areas: "img desc desc" "img min max";
column-gap: 8px;
grid-template-areas: "img desc desc desc desc"
"img desc desc desc desc"
"img _ _ min max";
}
#preview {
max-width: 400px;