Skip to content

Commit

Permalink
CORE-5093: remove unused styles (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Jan 31, 2025
1 parent b7ed7ae commit f6122a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/header/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@
}

& .group:nth-child(1) {
text-align: center;
border-right: 1px dashed var(--gray-300);
}
}
Expand Down Expand Up @@ -444,7 +443,7 @@
align-items: flex-start;
justify-content: center;
width: max-content;
min-width: 215px;
min-width: 225px;
height: 68px;
padding: .5rem;
margin-top: 1rem;
Expand Down

0 comments on commit f6122a2

Please sign in to comment.