minor fix
This commit is contained in:
@ -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)}>
|
||||
|
Reference in New Issue
Block a user