Skip to content

Commit b1cff1d

Browse files
committed
Revert "footer fixed"
This reverts commit 425429e.
1 parent f836ba8 commit b1cff1d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

frontend/my-app/src/User/Reservedflights.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ function Reservedflights() {
9292
Reserved Flights
9393
</Typography>
9494
</div>
95-
<div style={{height:"400px"}}>
9695
<TableContainer sx={{ width:'90%' , margin : 'auto' , marginBottom : '20px' ,
9796
borderRadius: '20px'}} component={Paper}>
9897
<Table sx={{ minWidth: 700 }} aria-label="customized table">
@@ -134,9 +133,8 @@ function Reservedflights() {
134133
</TableBody>
135134
</Table>
136135
</TableContainer>
137-
</div>
138-
<div>
139-
<footer >
136+
<div>
137+
<footer style={{bottom:0,height: "151px"}}>
140138
<img src="https://www.pngkey.com/png/full/122-1220928_are-you-a-health-professional-wave-footer-png.png" style={{objectFit:"contain",width:"100%",bottom:0}}/>
141139
</footer>
142140
</div>

frontend/my-app/src/User/SearchReturnFlight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function SearchReturnFlight(props) {
8989

9090
//Link to direct back to home
9191
return (
92-
<div style={{height:"300px"}} >
92+
<div >
9393
<TableContainer sx={{ width:'90%' , margin : '0 auto' , marginBottom : '20px' ,
9494
borderRadius: '20px'}} component={Paper} elevation={4}>
9595
<Table sx={{ minWidth: 700 }} aria-label="customized table">

0 commit comments

Comments
 (0)