style(download): Make the preview bigger

This commit is contained in:
wryk 2019-05-20 21:58:37 +02:00
parent 9c6feeba83
commit 30a21b5709
2 changed files with 11 additions and 10 deletions

View file

@ -60,15 +60,5 @@
margin-top: 7rem;
}
/* Download
-------------------------------------------------------------- */
.download-preview__visual {
width: 25rem;
}
.download-preview__flower {
right: 0;
transform: rotate(15deg);
}
}

View file

@ -3,4 +3,15 @@
/* ----------------------------------------------------------- */
@media (min-width: 480px) {
/* Download
-------------------------------------------------------------- */
.download-preview__visual {
width: 25rem;
}
.download-preview__flower {
right: 0;
transform: rotate(15deg);
}
}