Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Poirier2020-03-18 12:46:22 +0000
committerEric Poirier2020-03-18 12:46:29 +0000
commit5bb07576cb3ed6206959605ba8c612ea26cd488a (patch)
tree4a1f828dcc506295df1d9d56be151bd3fd8a7982
parentc941c4cccc4e3778b6a94e406cc8cc0958f096df (diff)
downloadprojects-5bb07576cb3ed6206959605ba8c612ea26cd488a.tar.gz
projects-5bb07576cb3ed6206959605ba8c612ea26cd488a.tar.xz
projects-5bb07576cb3ed6206959605ba8c612ea26cd488a.zip
Bug 561026 - Add spacing after the content
Change-Id: Iff3279a2baa024b5420091379e500d498cc34c2a Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
-rw-r--r--content/en_index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en_index.php b/content/en_index.php
index 2d669e28..98eec481 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -14,7 +14,7 @@
*/
?>
-<div class="step-by-step">
+<div class="step-by-step margin-bottom-30">
<div class="container">
<div class="row intro">
<div class="col-xs-24">

Back to the top