Fix the features editor frame position

This commit is contained in:
Yuri Sizov
2023-03-01 17:21:34 +01:00
parent ed14ff29b0
commit 4e0ba4eb5d

View File

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