mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
Fix the features editor frame position
This commit is contained in:
@@ -228,7 +228,7 @@ layout: default
|
||||
width: 100%;
|
||||
max-width: 720px;
|
||||
aspect-ratio: 16/9;
|
||||
margin: 90px 0 70px 0;
|
||||
margin: 120px 0 70px 0;
|
||||
}
|
||||
@media (max-width: 540px) {
|
||||
.showcase-carousel {
|
||||
@@ -241,7 +241,7 @@ layout: default
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
aspect-ratio: 16/9;
|
||||
transform: scale(1.7) translate(10px, 12px);
|
||||
transform: scale(1.7) translate(10px, 0px);
|
||||
filter: brightness(0.85) saturate(0.75);
|
||||
}
|
||||
|
||||
@@ -391,7 +391,7 @@ layout: default
|
||||
</script>
|
||||
|
||||
<div class="showcase-carousel">
|
||||
<img src="/assets/features/editor-frame.png" class="showcase-frame" />
|
||||
<img src="/assets/features/editor-frame.png?2" class="showcase-frame" />
|
||||
|
||||
<div class="showcase-items">
|
||||
{% for project in site.showcase %}
|
||||
|
||||
Reference in New Issue
Block a user