Skip to content

Commit

Permalink
prevent possible decline
Browse files Browse the repository at this point in the history
  • Loading branch information
iibarbari committed Nov 5, 2024
1 parent 5d8906b commit d1f4a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Collapse/Collapse.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "../../styles/media.css";
@import "~/styles/media.css";

.collapse {
margin: -4px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Header/Header.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "../../styles/media.css";
@import "~/styles/media.css";

.navbar {
align-items: center;
Expand Down

0 comments on commit d1f4a37

Please sign in to comment.