Web: Studio: Homepage: Fixed layout jump on load

This commit is contained in:
gectokot 2021-12-14 14:42:40 +03:00
parent 1ea64c8701
commit a1f0c01558
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ const HomeContainer = styled.div`
font-weight: bold;
margin-bottom: 27px;
text-align: center;
height: 30px;
}
.home-modules-container {

View File

@ -14,7 +14,7 @@ const StyledIllustration = styled.div`
display: ${isMobile ? "none" : "flex"};
position: relative;
max-height: 308px;
margin-top: 16px;
margin-top: 18px;
.illustration-svg {
width: 500px;