style: update Footer component styles for improved layout and responsiveness

This commit is contained in:
sebseb7
2025-07-20 10:14:52 +02:00
parent 19cf475b0e
commit b8d8003ac3

View File

@@ -286,7 +286,10 @@ class Footer extends Component {
sx={{
textDecoration: 'none',
position: 'relative',
zIndex: 9999
zIndex: 9999,
display: 'inline-block',
height: { xs: 50, md: 60 },
lineHeight: 1
}}
onMouseEnter={this.handleReviewsMouseEnter}
onMouseLeave={this.handleReviewsMouseLeave}
@@ -312,7 +315,10 @@ class Footer extends Component {
sx={{
textDecoration: 'none',
position: 'relative',
zIndex: 9999
zIndex: 9999,
display: 'inline-block',
height: { xs: 40, md: 50 },
lineHeight: 1
}}
onMouseEnter={this.handleMapsMouseEnter}
onMouseLeave={this.handleMapsMouseLeave}