Skip to content

Commit

Permalink
Merge pull request #362 from ReDI-School/fix/catTabsResponsive
Browse files Browse the repository at this point in the history
Fix placing of CategoryTabs on small devices and fix grid margin-bottom
  • Loading branch information
006080 authored Dec 8, 2024
2 parents b9f76a7 + 65c5cf6 commit ea1150f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
width: 95vw;
overflow: hidden;
justify-content: center;
padding-bottom: 5rem;
padding-bottom: 1rem;
}

.title {
Expand Down
1 change: 1 addition & 0 deletions src/components/CategoryTabs/CategoryTabs.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
max-width: 100vw;
max-height: 100px;
margin: 0 auto;
top: 90px;
left: 0;
right: 0;
background-color: white;
Expand Down

0 comments on commit ea1150f

Please sign in to comment.