style: update Footer component styles for improved layout and responsiveness
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user