Skip to content

Commit 1db52c6

Browse files
heralk21ThatNerdSquared
authored andcommitted
Fix: moved header infront of team pictures (header.jsx) , changed team pictures to be compatible with mobile view (team.jsx)
1 parent 834eb01 commit 1db52c6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/components/header.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const NavBar = {
6767
bottom: 0;
6868
background-color: #b1cbc0;
6969
justify-content: space-around;
70+
z-index: 10; //Ensures the header appears above
7071
}
7172
`,
7273
Logo: styled.img`

src/pages/team.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ const Inner = styled.div`
6060
const FlipCard = styled.div`
6161
background-color: transparent;
6262
padding: 1vw;
63+
width: 65vw; //added fixed width for mobile view too
64+
height: 65vw; //added fixed height for mobile view too
6365
@media only screen and (min-width: 600px) {
6466
width: 12vw;
6567
height: 12vw;

0 commit comments

Comments
 (0)