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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB