diff --git a/web/newWebsite/styles/dashboard-styles.css b/web/newWebsite/styles/dashboard-styles.css index 954bdf6..34efb9b 100644 --- a/web/newWebsite/styles/dashboard-styles.css +++ b/web/newWebsite/styles/dashboard-styles.css @@ -204,30 +204,31 @@ body { top: 0; /* Position it at the very top */ width: 100%; /* Make it span the full width of the page */ z-index: 1000; /* Make sure it's above all other elements */ - } - - .navbar-nav { +} + +.navbar-nav { list-style: none; display: flex; align-items: center; justify-content: center; /* Center the links horizontally */ height: 100%; width: 100%; /* Make it span the full width of the navbar */ - } - - .nav-item { +} + +.nav-item { margin-right: 20px; - } - - .nav-link { +} + +.nav-link { color: #fff; text-decoration: none; font-size: 18px; - } - - .container { - display: flex; - flex-direction: row; +} + +.plotly-container { + width: 100%; + float: bottom; + padding: 1vw; align-items: center; align-self: center; border: 3px solid #ccc;