mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
Correct featured showcase aspect ratio
This commit is contained in:
@@ -228,7 +228,7 @@ layout: default
|
||||
width: 100%;
|
||||
max-width: 720px;
|
||||
aspect-ratio: 16/9;
|
||||
margin: 120px 0 70px 0;
|
||||
margin: 100px 0 60px 0;
|
||||
}
|
||||
@media (max-width: 540px) {
|
||||
.showcase-carousel {
|
||||
@@ -240,8 +240,8 @@ layout: default
|
||||
position: absolute;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
aspect-ratio: 16/9;
|
||||
transform: scale(1.7) translate(10px, 0px);
|
||||
aspect-ratio: 16/8;
|
||||
transform: scale(1.7) translate(10px, 12px);
|
||||
filter: brightness(0.85) saturate(0.75);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user