Remove header from front-end

This commit is contained in:
30hours 2023-12-06 14:45:53 +00:00
parent d585c83cef
commit f9daebb029
2 changed files with 3 additions and 9 deletions

View file

@ -88,10 +88,6 @@
<div class="row align-items-center d-flex">
<a class="btn shadow-none" href="http://30hours.dev">
<h1 class="py-3">30/HOURS</h1>
</a>
<nav class="navbar navbar-light navbar-expand text-center pb-5">
<!-- Links -->
<ul class="navbar-nav mx-auto justify-content-center">

View file

@ -88,11 +88,9 @@
<div class="row align-items-center d-flex">
<a class="btn shadow-none" href="http://30hours.dev">
<h1 class="py-3">30/HOURS</h1>
</a>
<nav class="navbar navbar-light navbar-expand text-center pb-5">
<nav class="navbar navbar-light navbar-expand text-center pb-3">
<ul class="navbar-nav mx-auto justify-content-center">
<li class="nav-item px-3 px-md-4">
<a class="navbar-brand mx-0 menu text-decoration-underline" href="#">RADAR</a>
@ -104,7 +102,7 @@
</nav>
<div style="height: 100vh; width: 95vw" class="row d-flex">
<div style="height: 90vh; width: 95vw" class="row d-flex">
<div class="justify-content-center" id="data"></div>