Fixes
This commit is contained in:
parent
fc1d7c5a5b
commit
2726ccadbf
|
@ -1,6 +1,7 @@
|
||||||
@extends('app.layout.base')
|
@extends('app.layout.base')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<main>
|
||||||
<div class="d-flex col block-container mt-2">
|
<div class="d-flex col block-container mt-2">
|
||||||
<a href="" class="block text-center mb-1">Menu</a>
|
<a href="" class="block text-center mb-1">Menu</a>
|
||||||
<a href="" class="block text-center mb-1">Aktiviteter</a>
|
<a href="" class="block text-center mb-1">Aktiviteter</a>
|
||||||
|
@ -18,4 +19,5 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</main>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
Loading…
Reference in New Issue