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

changed some css classes

parent 7f0a3d8b
Branches
No related tags found
1 merge request!1384Development
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
font-size: 15px; font-size: 15px;
} }
} }
#sponsors { #s {
@media(max-width: @screen-mobile) { @media(max-width: @screen-mobile) {
margin: 8px 0px; margin: 8px 0px;
.card-medium; .card-medium;
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
list-style-type: none; list-style-type: none;
padding: 0px; padding: 0px;
text-align: left; text-align: left;
li.sponsor { li.sr {
a { a {
color: inherit; color: inherit;
display: flex; display: flex;
......
...@@ -26,11 +26,11 @@ ...@@ -26,11 +26,11 @@
<p>{!! trans('index.preredesign') !!}</p> <p>{!! trans('index.preredesign') !!}</p>
</div> </div>
</div> </div>
<div id="sponsors"> <div id="s">
<h2>{{ trans('index.sponsors.head') }}</h2> <h2>{{ trans('index.sponsors.head') }}</h2>
<ul class="startpage"> <ul class="startpage">
@foreach($sponsors as $link) @foreach($sponsors as $link)
<li class="sponsor"> <li class="sr">
<a href="{{ $link->link }}" target="_blank" rel="noopener"><p>{{ $link->linktext }}</p> <i class="fa fa-external-link-alt"></i></a> <a href="{{ $link->link }}" target="_blank" rel="noopener"><p>{{ $link->linktext }}</p> <i class="fa fa-external-link-alt"></i></a>
</li> </li>
@endforeach @endforeach
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment