Commit dbb2334d authored by Mike Greiling's avatar Mike Greiling Committed by Thong Kuah

Fix vertical padding between clusters in index page

parent 8ef500a5
...@@ -79,6 +79,10 @@ ...@@ -79,6 +79,10 @@
padding: $gl-padding-top $gl-padding; padding: $gl-padding-top $gl-padding;
} }
.card {
margin-bottom: $gl-vert-padding;
}
.empty-state .svg-content img { .empty-state .svg-content img {
width: 145px; width: 145px;
} }
......
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