-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web): Add ID to sidebar element + styling changes
- Added an `id` attribute with the value "sidebar" to the `<nav>` element in the Sidebar component. - Updated the `onclick` event handler for the sidebar toggler button to target the sidebar by its new ID. - In the `_content.scss` file, added media queries to adjust font size and text alignment for `.landing` class based on device width breakpoints. - In the `_global.scss` file, updated media query breakpoint for reducing font size on smaller devices.
- Loading branch information
1 parent
61c3476
commit 271d873
Showing
4 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,12 +90,6 @@ nav { | |
} | ||
} | ||
|
||
|
||
.navbar-brand { | ||
|
||
} | ||
|
||
|
||
.nav-category { | ||
display: flex; | ||
flex-direction: column; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters