Commit 405b2ddb authored by kushalpandya's avatar kushalpandya

Use prepend class for margin

parent 364f8bef
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
%li.row %li.row
.col-md-4 .col-md-4
= custom_icon("ee_ldap_sync") = custom_icon("ee_ldap_sync")
.col-md-8.feature-item-description .col-md-8.prepend-top-15.feature-item-description
%h4 LDAP Group Sync %h4 LDAP Group Sync
%p %p
Automatically sync groups and manage SSH-keys, permissions, Automatically sync groups and manage SSH-keys, permissions,
...@@ -19,14 +19,14 @@ ...@@ -19,14 +19,14 @@
%li.row %li.row
.col-md-4 .col-md-4
= custom_icon("ee_mr_approvals") = custom_icon("ee_mr_approvals")
.col-md-8.feature-item-description .col-md-8.prepend-top-15.feature-item-description
%h4 Merge Request Approval %h4 Merge Request Approval
%p %p
Make sure every merge request is approved by one or more people. Make sure every merge request is approved by one or more people.
%li.row %li.row
.col-md-4 .col-md-4
= custom_icon("ee_audit_events") = custom_icon("ee_audit_events")
.col-md-8.feature-item-description .col-md-8.prepend-top-15.feature-item-description
%h4 Project Audit Events %h4 Project Audit Events
%p %p
View any modifications made within the GitLab server in an View any modifications made within the GitLab server in an
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
%li.row %li.row
.col-md-4 .col-md-4
= custom_icon("ee_file_locking") = custom_icon("ee_file_locking")
.col-md-8.feature-item-description .col-md-8.prepend-top-15.feature-item-description
%h4 File Locking %h4 File Locking
%p %p
Scan or modify the code to meet your security and development needs. Scan or modify the code to meet your security and development needs.
......
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