mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 15:51:52 +00:00
style(download): Enlarge preview on big screens
This commit is contained in:
parent
aad253014d
commit
6b85b10e2f
2 changed files with 14 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-preview__visual {
|
.download-preview__visual {
|
||||||
|
max-width: 100%;
|
||||||
width: 16.2rem;
|
width: 16.2rem;
|
||||||
border-radius: 42rem;
|
border-radius: 42rem;
|
||||||
}
|
}
|
||||||
|
@ -30,6 +31,7 @@
|
||||||
width: 7.1rem;
|
width: 7.1rem;
|
||||||
height: 7.9rem;
|
height: 7.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Button
|
/* Button
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
|
@ -59,4 +59,16 @@
|
||||||
.encoding-notif {
|
.encoding-notif {
|
||||||
margin-top: 7rem;
|
margin-top: 7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Download
|
||||||
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
.download-preview__visual {
|
||||||
|
width: 25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.download-preview__flower {
|
||||||
|
right: 0;
|
||||||
|
transform: rotate(15deg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue