Skip to content
Snippets Groups Projects
Commit 6c232454 authored by Jaydeep Borsaniya's avatar Jaydeep Borsaniya Committed by Sourojeet Paul
Browse files

Issue #3424263: Need Space between two articles

parent 2194db86
No related branches found
No related tags found
1 merge request!17Spacing issue resolved between two articles
......@@ -910,4 +910,8 @@ form .js-form-type-checkbox .form-checkbox {
}
.accerediation-outer .accrediation-list li p a {
color: #4D4D4F;
}/*# sourceMappingURL=style.css.map */
\ No newline at end of file
}
.views-row:not(:last-child) article.node {
margin-bottom: 30px;
}
\ No newline at end of file
......@@ -1123,4 +1123,11 @@ form {
}
}
}
}
.views-row {
&:not(:last-child) {
article.node {
margin-bottom: 30px;
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment