v0.7.3 - Major Fixes

This commit is contained in:
frederikpyt 2020-08-11 13:16:54 +02:00
parent 80ec936a0c
commit a9a9d42fb8
5 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
</style>
<main>
<h1 class="text-center sde-blue mb-0" style="margin-bottom: auto">{{ __('msg.aktiviteter') }}</h1>
<h1 class="text-center sde-blue mb-0" style="margin-bottom: 2rem">{{ __('msg.aktiviteter') }}</h1>
@if(!$events->isEmpty())
@foreach($events as $event)
<form method="get" action="{{ route("userevents.create") }}" id="form{{$event->id}}">

View File

@ -11,7 +11,7 @@
}
</style>
<main>
<h1 style="margin-bottom: auto" class="text-center sde-blue mt-0">{{__('msg.aktiviteter')}}</h1>
<h1 style="margin-bottom: 2rem" class="text-center sde-blue mt-0">{{__('msg.aktiviteter')}}</h1>
<div style="padding: 4px; margin-top: .25rem; text-align: justify; ">
<h2 class="text-center sde-blue mt-0">{{ $event->name }}</h2>
{!!$event->description!!}

View File

@ -5,7 +5,7 @@
@section("content")
<main>
<h1 class="text-center sde-blue mb-0" style="margin-bottom: auto">{{__('msg.tilmeldteaktiviteter')}}</h1>
<h1 class="text-center sde-blue mb-0" style="margin-bottom: 2rem">{{__('msg.tilmeldteaktiviteter')}}</h1>
{!! session()->get('eventunsubscribed') !!}
@if(!$userevents->isEmpty())
@foreach($userevents as $userevent)

View File

@ -33,7 +33,7 @@
}
</style>
<main style="min-height: calc(100% - 61.34px);">
<h1 class="text-center sde-blue mt-0" style="margin-bottom: auto;">{{__('msg.vejledning')}}</h1>
<h1 class="text-center sde-blue mt-0" style="margin-bottom: 2rem;">{{__('msg.vejledning')}}</h1>
@if(!$guides->isEmpty())
@foreach($guides as $guide)
<div class="card">

View File

@ -11,7 +11,7 @@
}
</style>
<main>
<h1 style="margin-bottom: auto" class="text-center sde-blue mt-0">{{__('msg.vejledning')}}</h1>
<h1 style="margin-bottom: 2rem" class="text-center sde-blue mt-0">{{__('msg.vejledning')}}</h1>
<div style="padding: 4px; margin-top: .25rem; text-align: justify; ">
<h2 class="text-center sde-blue mt-0">{{ $guide->name }}</h2>
{!!$guide->guide_articles!!}