master
parent
356e3cb13d
commit
d98241043b
|
@ -5,7 +5,7 @@
|
|||
@include('template.'.config('settings.template').'.content.includes.css')
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-lg navbar-light shadow-lg" style="background-color: #b79c85b3;" >
|
||||
<nav class="navbar navbar-expand-lg navbar-light shadow-lg" style="background-color: #c8b09a;" >
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{{url('/')}}">
|
||||
<img src="{{ asset('template/images/konradenhof-logo.png') }}" width="120;" class="d-inline-block align-top" alt="Alpakas vom Konradenhof">
|
||||
|
|
|
@ -548,7 +548,7 @@ body {
|
|||
|
||||
#footer {
|
||||
width: 100%;
|
||||
background: #b79c85b3;
|
||||
background: #c8b09a;
|
||||
color: black;
|
||||
padding: 20px 0 20px; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue