Skip to content

Commit

Permalink
Fix bad merge causing broken styling (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
limptwiglet authored Nov 27, 2023
1 parent e63fb08 commit dadc89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ html {
display: grid;
grid-template-rows: minmax(min-content, 200px) minmax(
min-content,
calc(100vh - 350px)
calc(100vh - 350px)
);
align-content: space-evenly;
height: 100%;
Expand All @@ -41,6 +41,7 @@ html {
}
}
}
}

#openSourceCard:hover {
border: 1px solid #18253d;
Expand Down Expand Up @@ -1147,7 +1148,6 @@ html {
display: none !important;
}
}
}

@media (max-width: 560px) {
.clients-wrapper {
Expand Down

0 comments on commit dadc89d

Please sign in to comment.