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)}>
|
||||
|
@ -1183,10 +1183,9 @@ function CalculatorPage() {
|
||||
sx={{
|
||||
ml: isMobile ? "0vw" : "2vw",
|
||||
p: "2vw",
|
||||
borderRadius: "2vw",
|
||||
borderRadius: isMobile ? "5vw" : "2vw",
|
||||
border: "0.3vw solid #C27664",
|
||||
backgroundColor: "#FFF9F8",
|
||||
width: isMobile ? "82%" : "85%",
|
||||
// width: isMobile ? "82%" : "85%",
|
||||
}}
|
||||
>
|
||||
<Typography
|
||||
|
Reference in New Issue
Block a user