Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
socialblue
Commits
2cfa5182
Commit
2cfa5182
authored
Apr 05, 2021
by
Agami4
Browse files
Issue
#3200089
by agami4: Improve footer spacing if footer block has not logo
parent
e60030d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/site-footer.css
View file @
2cfa5182
...
...
@@ -25,21 +25,15 @@
padding
:
0
1rem
;
}
@media
(
min-width
:
900px
)
{
.site-footer
{
padding
:
0
;
}
}
@media
(
max-width
:
599px
)
{
.site-footer
.container
{
-webkit-box-align
:
start
;
-ms-flex-align
:
start
;
align-items
:
flex-start
;
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
column
;
flex-direction
:
column
;
-webkit-box-align
:
start
;
-ms-flex-align
:
start
;
align-items
:
flex-start
;
}
.site-footer
.container
>
*
+
*
{
margin-top
:
20px
;
...
...
components/04-organisms/site-footer/site-footer.scss
View file @
2cfa5182
...
...
@@ -5,10 +5,6 @@
color
:
white
;
padding
:
25px
0
;
@include
for-tablet-landscape-up
{
padding
:
0
;
}
// Links within the dropdown menu
.dropdown-menu
>
li
>
a
{
color
:
$default-color
;
...
...
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