minor fix

This commit is contained in:
aurinex
2025-07-10 00:06:19 +05:00
parent 367e2afba3
commit b33dc15343
2 changed files with 3 additions and 4 deletions

View File

@ -153,7 +153,7 @@ const Header = () => {
</Box>
{/* Пустой блок для компенсации фиксированного хедера */}
<Box sx={{ height: isMobile ? "15vw" : "5vw" }} />
<Box sx={{ height: isMobile ? "15vw" : "10vw", bgcolor: "#2D2D2D" }} />
{/* Мобильное меню */}
<Drawer anchor="right" open={drawerOpen} onClose={toggleDrawer(false)}>