mobile support

This commit is contained in:
cupcakearmy 2020-07-24 11:14:13 +02:00
parent 9bbc6923fc
commit 40d57f0a57
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -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>