Project setup illustration update

This commit is contained in:
Pavel Laptev 2024-01-13 23:40:37 +01:00 committed by GitButler
parent 3419240e19
commit ce9750bacc
4 changed files with 10 additions and 9 deletions

View File

@ -23,7 +23,7 @@
</div>
</div>
<div class="right-side__img-wrapper">
<div class="img-wrapper">
<ImgThemed {imgSet} />
</div>
@ -166,12 +166,13 @@
opacity: 0.7;
}
.right-side__img-wrapper {
height: 100%;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
.img-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
max-width: 26.25rem;
}
/* global */

View File

@ -36,8 +36,8 @@
<DecorativeSplitView
user={$user$}
imgSet={{
light: '/images/setup-art-light.svg',
dark: '/images/setup-art-dark.svg'
light: '/images/img_moon-door-light.webp',
dark: '/images/img_moon-door-dark.webp'
}}
>
<div class="project-setup">

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB