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
Michael Iseard
Kudos-Website
Commits
08f65591
Commit
08f65591
authored
Oct 05, 2020
by
Michael Iseard
Browse files
Remove margin left from cta button
parent
1505abdd
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/partials/header-front.blade.php
View file @
08f65591
...
...
@@ -22,7 +22,7 @@
@
endif
<
div
class
=
"ml-auto"
>
<
div
class
=
"nav"
>
<
a
class
=
"btn btn-outline-secondary
ml-3
"
href
=
"{{
$cta['link']
}}"
>
{{
$cta
[
'label'
]
}}
</
a
>
<
a
class
=
"btn btn-outline-secondary"
href
=
"{{
$cta['link']
}}"
>
{{
$cta
[
'label'
]
}}
</
a
>
</
div
>
</
div
>
</
div
>
...
...
resources/views/partials/header.blade.php
View file @
08f65591
...
...
@@ -22,7 +22,7 @@
@
endif
<
div
class
=
"ml-auto"
>
<
div
class
=
"nav"
>
<
a
class
=
"btn btn-outline-light
ml-3
"
href
=
"{{
$cta['link']
}}"
>
{{
$cta
[
'label'
]
}}
</
a
>
<
a
class
=
"btn btn-outline-light"
href
=
"{{
$cta['link']
}}"
>
{{
$cta
[
'label'
]
}}
</
a
>
</
div
>
</
div
>
</
div
>
...
...
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