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