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

Merge branch '16-startseite-layout-kaputt' into 'master'

Layout der Startseite wieder an das Original angepasst

Closes #16

See merge request !11
parents 18fc904b 770cd994
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.
Please register or to comment