mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-22 08:06:29 +00:00
mobile support
This commit is contained in:
parent
9bbc6923fc
commit
40d57f0a57
@ -31,19 +31,18 @@
|
|||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
height: 65vh;
|
height: 65vh;
|
||||||
width: 33vw;
|
width: 33vw;
|
||||||
/* margin-top: 16vh; */
|
transform: translateY(5vh);
|
||||||
transform: translateY(16vh);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 30em) {
|
@media (max-width: 50em) {
|
||||||
img {
|
img {
|
||||||
transform: translateY(6em);
|
transform: translateY(15vh);
|
||||||
height: 69vh;
|
height: 60vh;
|
||||||
width: 69vw;
|
width: 69vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.left {
|
section.left {
|
||||||
transform: translateY(-11em);
|
transform: translateY(-25vh);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user