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

Merge branch '309-mobile-styles-werden-nicht-angezeigt' into 'development'

listen auf startseite css fix

Closes #309

See merge request !501
parents f20e779b 14d6bfd8
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -6675,7 +6675,7 @@ button.close {
body.quicktips {
background-color: white;
}
ul.sponsors {
ul.startpage {
list-style-type: none;
}
/*
......
This diff is collapsed.
......@@ -4,7 +4,7 @@ body.quicktips {
background-color: white;
}
ul.sponsors {
ul.startpage {
list-style-type: none;
}
......
......@@ -228,7 +228,7 @@
<div class="row">
<div id="sponsors" class="col-md-6 col-sm12">
<h2>{{ trans('index.sponsors.head.2') }}</h2>
<ul class="sponsors">
<ul class="startpage">
<li>
{!! trans('index.sponsors.woxikon') !!}</a>
</li>
......@@ -244,7 +244,7 @@
<h2>
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "about") }}">{{ trans('index.about.title') }}</a>
</h2>
<ul>
<ul class="startpage">
<li>
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "datenschutz") }}">{{ trans('index.about.1.1') }}</a>{{ trans('index.about.1.2') }}
</li>
......
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