mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 16:51:53 +00:00
style(download): Make the preview bigger
This commit is contained in:
parent
9c6feeba83
commit
30a21b5709
2 changed files with 11 additions and 10 deletions
|
@ -60,15 +60,5 @@
|
||||||
margin-top: 7rem;
|
margin-top: 7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Download
|
|
||||||
-------------------------------------------------------------- */
|
|
||||||
|
|
||||||
.download-preview__visual {
|
|
||||||
width: 25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.download-preview__flower {
|
|
||||||
right: 0;
|
|
||||||
transform: rotate(15deg);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,4 +3,15 @@
|
||||||
/* ----------------------------------------------------------- */
|
/* ----------------------------------------------------------- */
|
||||||
|
|
||||||
@media (min-width: 480px) {
|
@media (min-width: 480px) {
|
||||||
|
/* Download
|
||||||
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
.download-preview__visual {
|
||||||
|
width: 25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.download-preview__flower {
|
||||||
|
right: 0;
|
||||||
|
transform: rotate(15deg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue