style: update Footer component styles for improved layout and responsiveness
This commit is contained in:
@@ -286,7 +286,10 @@ class Footer extends Component {
|
|||||||
sx={{
|
sx={{
|
||||||
textDecoration: 'none',
|
textDecoration: 'none',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
zIndex: 9999
|
zIndex: 9999,
|
||||||
|
display: 'inline-block',
|
||||||
|
height: { xs: 50, md: 60 },
|
||||||
|
lineHeight: 1
|
||||||
}}
|
}}
|
||||||
onMouseEnter={this.handleReviewsMouseEnter}
|
onMouseEnter={this.handleReviewsMouseEnter}
|
||||||
onMouseLeave={this.handleReviewsMouseLeave}
|
onMouseLeave={this.handleReviewsMouseLeave}
|
||||||
@@ -312,7 +315,10 @@ class Footer extends Component {
|
|||||||
sx={{
|
sx={{
|
||||||
textDecoration: 'none',
|
textDecoration: 'none',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
zIndex: 9999
|
zIndex: 9999,
|
||||||
|
display: 'inline-block',
|
||||||
|
height: { xs: 40, md: 50 },
|
||||||
|
lineHeight: 1
|
||||||
}}
|
}}
|
||||||
onMouseEnter={this.handleMapsMouseEnter}
|
onMouseEnter={this.handleMapsMouseEnter}
|
||||||
onMouseLeave={this.handleMapsMouseLeave}
|
onMouseLeave={this.handleMapsMouseLeave}
|
||||||
|
|||||||
Reference in New Issue
Block a user