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
open-source
MetaGer
Commits
9443ff66
Commit
9443ff66
authored
Feb 27, 2019
by
Dominik Hebeler
Browse files
changed some css classes
parent
7f0a3d8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/start-page.less
View file @
9443ff66
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
font-size: 15px;
font-size: 15px;
}
}
}
}
#s
ponsors
{
#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.s
ponso
r {
li.sr {
a {
a {
color: inherit;
color: inherit;
display: flex;
display: flex;
...
...
resources/views/index.blade.php
View file @
9443ff66
...
@@ -26,11 +26,11 @@
...
@@ -26,11 +26,11 @@
<
p
>
{
!!
trans
(
'index.preredesign'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'index.preredesign'
)
!!
}
</
p
>
</
div
>
</
div
>
</
div
>
</
div
>
<
div
id
=
"s
ponsors
"
>
<
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
=
"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
>
<
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
...
...
Write
Preview
Markdown
is supported
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