Commit d5b83afc authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '33363-user-customize-callout-has-no-top-margin-on-projects-page' into 'master'

Resolve "User customize callout has no top-margin on projects page"

Closes #33592 and #33363

See merge request !12090
parents 33f60884 0f62f31f
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
} }
.landing { .landing {
margin-bottom: $gl-padding; margin: $gl-padding auto;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
position: relative; position: relative;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
position: relative; position: relative;
.landing { .landing {
margin-top: 10px; margin-top: 0;
.inner-content { .inner-content {
white-space: normal; white-space: normal;
......
...@@ -90,8 +90,6 @@ ...@@ -90,8 +90,6 @@
} }
.explore-groups.landing { .explore-groups.landing {
margin-top: 10px;
.inner-content { .inner-content {
padding: 0; padding: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment