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

View File

@ -1183,10 +1183,9 @@ function CalculatorPage() {
sx={{ sx={{
ml: isMobile ? "0vw" : "2vw", ml: isMobile ? "0vw" : "2vw",
p: "2vw", p: "2vw",
borderRadius: "2vw", borderRadius: isMobile ? "5vw" : "2vw",
border: "0.3vw solid #C27664", border: "0.3vw solid #C27664",
backgroundColor: "#FFF9F8", // width: isMobile ? "82%" : "85%",
width: isMobile ? "82%" : "85%",
}} }}
> >
<Typography <Typography