layout rework in progress

This commit is contained in:
Victor Batischev
2024-02-14 16:34:12 +03:00
parent 12dd238c13
commit 2268e6e281
10 changed files with 19 additions and 16 deletions

View File

@ -200,9 +200,9 @@ const CatalogSpecialists = () => {
);
})}
</div>
<Footer />
</div>
<SideBar />
<Footer />
</section>
);
};

View File

@ -1,8 +1,8 @@
.catalog-specialists {
background: #f1f1f1;
height: 100%;
display: flex;
flex-direction: column;
min-height: 100vh;
font-family: "LabGrotesque", sans-serif;
&__wrapper {
padding-top: 24px;