Skip to content

Commit

Permalink
fix: footer entity logo display
Browse files Browse the repository at this point in the history
  • Loading branch information
sandroscosta committed Apr 26, 2024
1 parent 449dfb7 commit 99bbd75
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ footer {

section#entities-quick-links {
display: flex;
justify-content: space-between;
justify-content: center;
padding: 25px 65px;
flex-wrap: wrap;

Expand All @@ -105,12 +105,7 @@ footer {
padding-left: 5px;

img {
max-width: 280px;
max-height: 100px;

@media screen and (max-width: $breakpoint-small) {
max-width: 200px;
}
max-height: 4.6rem;
}

@media screen and (max-width: $breakpoint-medium) {
Expand Down

0 comments on commit 99bbd75

Please sign in to comment.