Navbar now takes up the full viewport width.

This commit is contained in:
M M
2024-05-29 23:50:22 -07:00
parent 312b5dc8d6
commit 43e3fc19d3
+2 -2
View File
@@ -46,8 +46,8 @@ function NavBar() {
};
return (
<AppBar position="static">
<Container maxWidth="xl">
<AppBar position="fixed" sx={{ width: '100%' }}>
<Container maxWidth="xl" sx={{ width: '100%' }}>
<Toolbar disableGutters>
<Typography
variant="h6"