Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jens Korte
MetaGer
Commits
5a810231
Commit
5a810231
authored
Feb 27, 2019
by
Dominik Hebeler
Browse files
changed some css classes
parent
bc75dfea
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/start-page.less
View file @
5a810231
...
...
@@ -80,7 +80,7 @@
font-size: 15px;
}
}
#s
ponsors
{
#s {
@media(max-width: @screen-mobile) {
margin: 8px 0px;
.card-medium;
...
...
@@ -92,7 +92,7 @@
list-style-type: none;
padding: 0px;
text-align: left;
li.s
ponso
r {
li.sr {
a {
color: inherit;
display: flex;
...
...
resources/views/index.blade.php
View file @
5a810231
...
...
@@ -26,11 +26,11 @@
<
p
>
{
!!
trans
(
'index.preredesign'
)
!!
}
</
p
>
</
div
>
</
div
>
<
div
id
=
"s
ponsors
"
>
<
div
id
=
"s"
>
<
h2
>
{{
trans
(
'index.sponsors.head'
)
}}
</
h2
>
<
ul
class
=
"startpage"
>
@
foreach
(
$sponsors
as
$link
)
<
li
class
=
"s
ponso
r"
>
<
li
class
=
"sr"
>
<
a
href
=
"{{
$link->link
}}"
target
=
"_blank"
rel
=
"noopener"
><
p
>
{{
$link
->
linktext
}}
</
p
>
<
i
class
=
"fa fa-external-link-alt"
></
i
></
a
>
</
li
>
@
endforeach
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment