My header currently displays as follows: https://i.sstatic.net/h8zDQ.png
I am aiming to center the [LEARN MORE, ABOUT, RESOURCES, CONTACT] buttons in the middle of the navbar and align the profile icon and switch button to the far right of the page!
I envision a layout similar to this, with more spacing between Logo / Buttons / Profile Icon+Switch: https://i.sstatic.net/5RjIn.png This is how the toolbar appears when I shrink the screen.
I am encountering challenges configuring CSS styles using React and Material UI to achieve my desired layout on wide desktop screens. Any guidance on this matter would be highly appreciated.
Below is the code snippet:
const useStyles = makeStyles((theme) => ({
// CSS classes defined here
}));
// Functions for displaying components
The provided code includes implementations for the Logo, navigation links, profile icon, and switch functionality.