Skip to content
Snippets Groups Projects
Commit 770cd994 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Layout der Startseite wieder an das Original angepasst

parent 18fc904b
No related branches found
No related tags found
1 merge request!11Layout der Startseite wieder an das Original angepasst
......@@ -199,7 +199,7 @@ footer {
width: 100%;
}
main section ul li {
main ul li {
margin: 0 10px;
}
......@@ -207,10 +207,10 @@ section#moreInformation ul li {
color: grey;
}
main section ul li:after {
main ul li:after {
}
main section ul {
body ul {
list-style-type: none;
text-align: center;
margin-left: 0!important;
......
......@@ -117,8 +117,11 @@
</li>
</ul>
</figure>
</section>
<section id="moreInformation" class="hidden-xs">
@endsection
@section('optionalContent')
<section id="moreInformation" class="hidden-xs">
<h1 class="hidden">Weitere Informationen
</h1>
<div class="row">
......@@ -157,4 +160,5 @@
</ul>
</div>
</div>
</section>
@endsection
\ No newline at end of file
......@@ -141,6 +141,7 @@
@endif
@yield('content')
</main>
@yield('optionalContent')
<footer>
<ul class="list-inline hidden-xs">
<li>
......@@ -150,9 +151,7 @@
</li>
<li id="info">
<a href="/kontakt/">{{ trans('staticPages.nav5') }}</a> - <a href="/impressum/">{{ trans('staticPages.nav8') }}</a>
MetaGer wird entwickelt und betrieben vom
<a href="https://www.suma-ev.de/" target="_blank" >SUMA-EV - Verein f&uuml;r freien Wissenszugang.
</a>
MetaGer wird entwickelt und betrieben vom <a href="https://www.suma-ev.de/" target="_blank" >SUMA-EV - Verein f&uuml;r freien Wissenszugang.</a>
</li>
<li>
<a href="https://www.uni-hannover.de/" target="_blank">
......
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