Update CI #4

Closed
rgebee wants to merge 99 commits from ci-test into main
2 changed files with 24 additions and 21 deletions
Showing only changes of commit be63a2aaed - Show all commits

View File

@ -17,7 +17,6 @@
}
</style>
<header>
<div class="container">
<nav class="navbar navbar-expand-md">
<div class="navbar-collapse order-1 order-md-0 dual-collapse2">
<ul class="navbar-nav mr-auto">
@ -38,5 +37,4 @@
</ul>
</div>
</nav>
</div>
</header>

View File

@ -44,6 +44,11 @@ hr {
background-color: var(--line-color);
}
nav {
max-width: 1200px;
margin: 0 auto;
}
li a:hover {
border-bottom: 3px solid var(--line-color);
text-decoration: none;