Skip to content

Commit 0371f3d

Browse files
committed
Fix section margins
1 parent 78d2e5a commit 0371f3d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/_common/_styles/layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
.section {
4141
display: block;
4242
margin-bottom: 30px;
43+
44+
&:last-of-type {
45+
margin-bottom: 0;
46+
}
4347
}
4448

4549
.box-placeholder {

src/app/dashboard/dashboard.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Dashboard page specific styles here
22

33
.dashboard-page {
4-
4+
// .section.map-tasks {
5+
// margin-bottom: 0;
6+
// }
57
}

src/app/dashboard/index-page.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ tasks:
9292
</div>
9393
</div>
9494
</section>
95-
<section class="section">
95+
<section class="section map-tasks">
9696
<div class="row sameheight-container">
9797
<div class="col-md-8">
9898
{{> app/dashboard/sales-by-countries/sales-by-countries}}

0 commit comments

Comments
 (0)