Skip to content

Commit

Permalink
fix: size changes (UEK-i-team#43)
Browse files Browse the repository at this point in the history
fix: logos sizes , facebook icon
  • Loading branch information
Paksus authored Mar 13, 2024
1 parent 586f5ee commit c8404b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
14 changes: 3 additions & 11 deletions src/assets/svgs/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/Footer/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
padding-top: 5px;

a * {
width: 24px;
display: flex;
width: 20px;
}
}

Expand All @@ -63,8 +63,8 @@

a * {
display: flex;
width: 20px;
filter: invert(100%);
width: 24px;
}
}

Expand Down Expand Up @@ -216,7 +216,7 @@ div>p:nth-child(3) {
.containerIconsDark,
.containerIconsLight {
a * {
width: 25px;
width: 30px;
}
}
}
5 changes: 2 additions & 3 deletions src/components/SidebarMenu/SidebarMenu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,13 @@
display: flex;
margin-top: 59px;
padding: 0px 24px;
height: 200px;
height: 40px;
height: 24px;
gap: 12px;
a * {
display: block;
filter: invert(100%);
height: 100%;
max-width: 40px;
max-width: 24px;
}
}
a {
Expand Down

0 comments on commit c8404b4

Please sign in to comment.