v0.7.1 - Major css fixes
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
}
|
||||
</style>
|
||||
<main>
|
||||
<h1 class="text-center sde-blue mt-0">{{__('msg.aktiviteter')}}</h1>
|
||||
<h1 style="margin-bottom: auto" 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!!}
|
||||
</div>
|
||||
<button onclick="window.history.back()" class="btn btn-sde-blue text-white mb-1 mt-1" >{{__('msg.tilbage')}}</button>
|
||||
<button style="margin-top: auto" onclick="window.history.back()" class="btn btn-sde-blue text-white mb-1 mt-1" >{{__('msg.tilbage')}}</button>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user