fix some nav styling

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-01-09 14:54:47 -08:00
parent 5865ecbb1b
commit 20a63a03cb
2 changed files with 2 additions and 10 deletions

View File

@ -68,11 +68,3 @@ p {
background-color: black;
color: white;
}
nav {
background-color: #00ff00;
overflow: hidden;
margin-left: auto;
margin-right: auto;
width: fit-content;
}

View File

@ -11,8 +11,8 @@
<body>
<header>
<nav class="btn-group">
<button class="active">Instances</button>
<button>Logout</button>
<button class="active">INSTANCES</button>
<button>LOGOUT</button>
</nav>
</header>
<main><div id="instance-container" class="center-div"></div></main>