Skip to content

Commit

Permalink
remove unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jmealy committed Feb 15, 2024
1 parent 480cb4a commit f7b62e7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/welcome/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
.sidebar {
max-height: calc(100vh - var(--header-height) - var(--footer-height) - 8px);
overflow-y: auto;
align-self: flex-start;
margin-bottom: auto;
width: 100%;
}

.bulletList {
list-style: none;
margin-bottom: auto;
Expand Down Expand Up @@ -104,10 +96,6 @@
}

@media (max-width: 899.95px) {
.sidebar :global .MuiPaper-root {
height: 100%;
}

.content {
padding: var(--space-6);
}
Expand Down

0 comments on commit f7b62e7

Please sign in to comment.