Skip to content

Commit

Permalink
fix bug css
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Oct 17, 2024
1 parent afb5912 commit 24ceccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
12 changes: 0 additions & 12 deletions styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,6 @@
}
}

@media screen and (max-height: 875px) {
.buy-images-container {
margin-top: -4vh;
}
}

@media screen and (max-height: 825px) {
.buy-images-container {
margin-top: -2vh;
}
}

@media (pointer: coarse) {
.buy-button:hover {
transform: scale(1);
Expand Down
23 changes: 2 additions & 21 deletions styles/team.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.team {
padding: 80px 50px 0px 50px;
padding: 0px;
}

.team-cards {
Expand Down Expand Up @@ -87,23 +87,12 @@
}

@media screen and (max-width: 1760px) {
.team {
padding: 80px 0px 0px 0px;
}

.team-cards {
padding: 0px;
padding: 10px 45px 10px 45px;
justify-content: left;
overflow-x: auto;
}

.member-card:first-child {
margin-left: 50px;
}

.member-card:last-child {
margin-right: 50px;
}
}

@media screen and (max-height: 950px) {
Expand Down Expand Up @@ -157,14 +146,6 @@
.member-card {
min-width: 78vw;
}

.member-card:first-child {
margin-left: 30px;
}

.member-card:last-child {
margin-right: 30px;
}
}

@media screen and (max-width: 415px) {
Expand Down

0 comments on commit 24ceccd

Please sign in to comment.