v1.4.9 - Fixed (most of) style in all documents
This commit is contained in:
@@ -9,19 +9,15 @@
|
||||
iframe, .ql-video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h2, h3, h4 {
|
||||
margin-top: 0;
|
||||
}
|
||||
</style>
|
||||
<main>
|
||||
<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; ">
|
||||
<h1 class="text-center sde-blue mt-0 mb-2rem">{{__('msg.aktiviteter')}}</h1>
|
||||
<div>
|
||||
<h2 class="text-center sde-blue mt-0 mb-1">{{ $event->name }}</h2>
|
||||
<p class="text-center mt-0">{{__('msg.af')}}: {{ $event->accountable }}</p>
|
||||
<p class="text-center mt-0">{{ \Illuminate\Support\Facades\Date::createFromTimeStamp(strtotime($event->date))->format('d/m/Y \k\l\. H:i') }}</p>
|
||||
{!!$event->description!!}
|
||||
</div>
|
||||
<button style="margin-top: auto" onclick="window.history.back()" class="btn btn-sde-blue text-white mb-1 mt-1" >{{__('msg.tilbage')}}</button>
|
||||
<button onclick="window.history.back()" class="btn btn-sde-blue text-white mb-1 mt-auto" >{{__('msg.tilbage')}}</button>
|
||||
</main>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user