Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
animal_shelter
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
animal_shelter
Commits
6c232454
Commit
6c232454
authored
2 months ago
by
Jaydeep Borsaniya
Committed by
Sourojeet Paul
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3424263
: Need Space between two articles
parent
2194db86
No related branches found
No related tags found
1 merge request
!17
Spacing issue resolved between two articles
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/style.css
+5
-1
5 additions, 1 deletion
css/style.css
sass/style.scss
+7
-0
7 additions, 0 deletions
sass/style.scss
with
12 additions
and
1 deletion
css/style.css
+
5
−
1
View file @
6c232454
...
...
@@ -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
This diff is collapsed.
Click to expand it.
sass/style.scss
+
7
−
0
View file @
6c232454
...
...
@@ -1123,4 +1123,11 @@ form {
}
}
}
}
.views-row
{
&
:not
(
:last-child
)
{
article
.node
{
margin-bottom
:
30px
;
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment