remove navbar padding and improve its grid
This commit is contained in:
parent
f28cffd0e3
commit
6911c96f8d
2 changed files with 14 additions and 10 deletions
|
@ -21,20 +21,20 @@ a:hover {
|
|||
color: rgb(132,4,217) !important;
|
||||
}
|
||||
|
||||
.content-container {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
scroll-margin-top: 60px;
|
||||
video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.violet {
|
||||
color: rgb(132,4,217) !important;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
.content-container {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
scroll-margin-top: 60px;
|
||||
}
|
||||
|
||||
.gallery {
|
||||
|
|
|
@ -28,14 +28,16 @@
|
|||
<body>
|
||||
<nav class="navbar navbar-expand-sm fixed-top navbar-dark bg-dark">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="#" style="padding-left: 8.5%;">
|
||||
<div class="col-md-1 d-none d-md-block">
|
||||
</div>
|
||||
<a class="navbar-brand" href="#">
|
||||
<img src="static/images/logo.png" alt="" width="40" height="40" class="d-inline-block align-text-center">
|
||||
deflax.net
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse text-right" id="navbarNav" style="padding-right: 8.5%;">
|
||||
<div class="collapse navbar-collapse text-right" id="navbarNav">
|
||||
<ul class="navbar-nav ms-auto flex-nowrap">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#stream">Stream <i class="fas fa-satellite-dish" aria-hidden="true"></i></a>
|
||||
|
@ -48,6 +50,8 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-1 d-none d-md-block">
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
|
Loading…
Reference in a new issue