master
parent
f7b1092867
commit
b30257331c
|
@ -9011,7 +9011,6 @@ body.boxed .body {
|
|||
|
||||
.site-header .topbar {
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
height: 80px;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
|
||||
|
@ -11038,8 +11037,7 @@ button.close {
|
|||
.header-style4 .site-header .menu-toggle {
|
||||
margin: -52px 0 0 0; } }
|
||||
@media only screen and (max-width: 573px) {
|
||||
.site-header .menu-toggle {
|
||||
margin: -52px 0 0 0; }
|
||||
|
||||
|
||||
.header-style3 .site-header .menu-toggle {
|
||||
margin: -75px 0 0 0; } }
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<!-- CSS
|
||||
================================================== -->
|
||||
<link href="{{storage('assets/css/bootstrap.min.css')}}" rel="stylesheet" type="text/css">
|
||||
<link href="{{storage('assets/css/style.css?v1')}}" rel="stylesheet" type="text/css"> <!-- Template Stylesheet -->
|
||||
<link href="{{storage('assets/css/style.css?v2')}}" rel="stylesheet" type="text/css"> <!-- Template Stylesheet -->
|
||||
<link href="{{storage('assets/css/bootstrap-theme.css')}}" rel="stylesheet" type="text/css"> <!-- Template Stylesheet -->
|
||||
<link href="{{storage('assets/css/magnific-popup.css')}}" rel="stylesheet" type="text/css">
|
||||
<link href="{{storage('assets/css/all.css')}}" rel="stylesheet" type="text/css">
|
||||
|
@ -31,6 +31,22 @@
|
|||
<div class="body">
|
||||
<header class="site-header">
|
||||
|
||||
<div class="topbar d-block d-lg-none">
|
||||
<div class="container">
|
||||
<div class="row align-items-center p-3">
|
||||
<div class="col-8">
|
||||
<a href="{{url('/')}}" style="color: #c71b1b; font-weight: bold; font-size: 20px;" class="text-decoration-none">Läufermeeting Neustadt 2023</a>
|
||||
</div>
|
||||
|
||||
<div class="col-4">
|
||||
|
||||
<a href="#" class=" menu-toggle"><i class="fas fa-bars"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="main-menu-wrapper">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
@ -46,6 +62,7 @@
|
|||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue