Skip to content
Snippets Groups Projects
Commit d5b48516 authored by Kim Höfer's avatar Kim Höfer
Browse files

fix line height for all easy help under pages

parent 98399941
No related branches found
No related tags found
2 merge requests!2172Translated using Weblate (Finnish),!1944Resolve "Hilfe in leichte Sprache"
......@@ -4,8 +4,8 @@
@section('content')
<h1 class="page-title">{!! trans('help/easy-language/help-functions.title') !!}</h1>
<section>
<a class=help-back-button href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/hilfe/easy-language") }}"><img class="back-arrow" src=/img/back-arrow.svg>{!! trans('help/easy-language/help-functions.backarrow') !!}</a>
<section class="help-section">
<a class=help-back-button href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/hilfe/easy-language") }}"><img class="back-arrow" src=/img/back-arrow.svg>{!! trans('help/easy-language/help-functions.backarrow') !!}</a>
<h2 id="searchfunctions">{!! trans('help/easy-language/help-functions.suchfunktion.title') !!}</h2>
<h3 id="stopwordsearch">{!! trans('help/easy-language/help-functions.stopworte.title') !!}</h3>
<div>
......@@ -56,5 +56,5 @@
</div>
</section>
</section>
@endsection
\ No newline at end of file
......@@ -3,6 +3,7 @@
@section('title', $title )
@section('content')
<section class="help-section">
<h1 class="page-title">{!! trans('help/easy-language/help-privacy-protection.title') !!}</h1>
<a class=help-back-button href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/hilfe/easy-language") }}"><img class="back-arrow" src=/img/back-arrow.svg>{!! trans('help/easy-language/help-privacy-protection.backarrow') !!}</a>
<h2>{!! trans('help/easy-language/help-privacy-protection.datenschutz.title') !!}</h2>
......@@ -34,4 +35,5 @@
<p>{!! trans('help/easy-language/help-privacy-protection.content.explanation.2') !!}</p>
</div>
</section>
</section>
@endsection
\ No newline at end of file
......@@ -3,6 +3,7 @@
@section('title', $title )
@section('content')
<section class="help-section">
<h1 class="page-title">{!! trans('help/easy-language/help-services.title') !!}</h1>
<a class=help-back-button href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/hilfe/easy-language") }}"><img class="back-arrow" src=/img/back-arrow.svg>{!! trans('help/easy-language/help-services.backarrow') !!}</a>
<h2 id="dienste">{!! trans('help/easy-language/help-services.dienste') !!}</h2>
......@@ -37,4 +38,5 @@
<p>{!! trans('help/easy-language/help-services.maps.2') !!}</p>
<p>{!! trans('help/easy-language/help-services.maps.3') !!}</p>
</div>
</section>
@endsection
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment