Replace navbar padding with position: static

This commit is contained in:
ruan 2020-08-09 08:19:40 +02:00
parent b57ca651a5
commit 7b4957a5ba
2 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@
/* navbar */ /* navbar */
.navbar { .navbar {
position: static;
font-weight: bold; font-weight: bold;
} }

View File

@ -113,7 +113,6 @@ $settings = $this->page->settings;
</div> </div>
</header> </header>
<br><br><br>
<?php <?php
} }
} }