Skip to content

Commit

Permalink
chart icon size fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
urluckyturtle01 committed Feb 21, 2024
1 parent b519751 commit 16bf898
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions pages/landing/components/CultureSection/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
position: relative;
flex-wrap: wrap;
margin-top: 2rem;
justify-content: space-between;
}
}

Expand All @@ -81,8 +82,8 @@
}

@include mobile {
width: 48px;
height: 48px;
width: 56px;
height: 56px;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
}

@include mobile {
width: 3rem;
height: 3rem;
width: 56px;
height: 56px;
}
}

Expand Down

0 comments on commit 16bf898

Please sign in to comment.