fix
All checks were successful
deploy to production / deploy (push) Successful in 38s

This commit is contained in:
Robin Grenzdörfer 2023-09-08 15:19:50 +00:00
parent a91eb90c41
commit fa1485d6ac

View File

@ -78,6 +78,8 @@
display: flex;
align-items: flex-start;
justify-content: center;
transform-origin: top;
margin-top: -60px;
@media (max-width: 1430px) {
transform: scale(0.9);
@ -87,11 +89,13 @@
@media (max-width: 1290px) {
transform: scale(0.7);
height: 700px;
margin-top: 40px;
}
@media (max-width: 680px) {
transform: scale(0.5);
height: 500px;
margin-top: 80px;
}
@media (max-width: 520px) {
transform: scale(0.37);