Skip to content

Commit

Permalink
Filter Navigator css
Browse files Browse the repository at this point in the history
  • Loading branch information
hmallen99 committed Aug 5, 2023
1 parent 3c7bfce commit 77a01a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions src/FilterNavigator/FilterNavigator.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
justify-content: flex-start;
align-items: center;
gap: 1em;
padding: 1em;
}

.filter-list-container {
display: flex;
flex-direction: column;
padding: 0.5em;
padding-bottom: 0.5em;
min-width: 16em;
min-width: 17em;
border-radius: 12px;
background-color: white;
box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.20000000298023224);
Expand Down Expand Up @@ -54,8 +53,6 @@
font-family: "Roboto", sans-serif;
font-size: 20px;
border-radius: 12px;
padding-left: 0.5em;
padding-right: 0.5em;
color: rgba(111, 111, 111, 1);
margin: 0 auto;
}
Expand Down
5 changes: 1 addition & 4 deletions src/Projects/Projects.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
.projects-container {
display: flex;
flex-direction: row;
width: calc(100% - 2em);
padding: 1em;
gap: 1em;
justify-content: center;
overflow-x: hidden;
}

.project-list-content {
display: flex;
flex-direction: column;
padding: 0.5em;
padding: 1em;
gap: 0.5em;
border-radius: 12px;
overflow-y: scroll;
Expand Down

0 comments on commit 77a01a5

Please sign in to comment.