fix some nav styling

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

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>