Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
voice-web
Commits
d253b45a
Commit
d253b45a
authored
Sep 21, 2017
by
Patrick Lehner
Committed by
Michael Henretty
Sep 21, 2017
Browse files
Make footer links evenly spaced horizontally (#438)
parent
36cdadd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
web/css/index.css
web/css/index.css
+2
-4
No files found.
web/css/index.css
View file @
d253b45a
...
...
@@ -545,10 +545,6 @@ header.active {
color
:
var
(
--color-help
);
}
#moz-links
.links
>
:first-child
a
{
margin-right
:
1.5rem
;
}
@media
(
max-width
:
600px
)
{
#moz-links
.links
>
p
:last-child
,
#moz-links
.links
>
:first-child
a
{
...
...
@@ -559,6 +555,8 @@ header.active {
#moz-links
.links
>
:first-child
{
margin-bottom
:
0.2rem
;
display
:
flex
;
justify-content
:
space-between
;
}
.nav-list
{
...
...
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