Skip to content

Commit

Permalink
Fix card viewport & style
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 12, 2024
1 parent 1452536 commit 126f2cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion styles/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
-webkit-user-select: none;
}


.header-link.is-hamburger-active {
font-size: 28px;
}
Expand Down
7 changes: 4 additions & 3 deletions styles/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
align-items: center;
flex-direction: column;
height: 600px;
width: 25vw;
width: 350px;
color: var(--primary-color);
background-color: var(--secondary-color);
}
Expand All @@ -29,19 +29,20 @@
position: absolute;
left: 50%;
width: 220px;transform: translateX(-50%);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
text-align: center;
color: var(--secondary-color);
background-color: var(--primary-color);
}

.member-description {
margin: 50px 20px 20px 20px;
margin: 50px 30px 20px 30px;
font-size: 20px;
height: 210px;
}

.member-button {
width: calc(100% - 40px);
width: calc(100% - 60px);
border-radius: 40px;
height: 60px;
font-size: 30px;
Expand Down

0 comments on commit 126f2cb

Please sign in to comment.