Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 3339978

Browse files
author
Carter Simonson
committed
Increased margin between top of blog and nav bar
1 parent 96ca493 commit 3339978

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/pages/app-blog/app-blog.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
color: #9baaab;
192192
cursor: pointer;
193193
text-transform: uppercase;
194+
margin-bottom: 32px;
194195

195196
@include media-breakpoint-down(md) {
196197
padding: 12px 10px;

src/pages/app-blog/app-blog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ export class AppBlog {
352352
</div>
353353
</div>
354354
<div class="row posts-row">
355-
<div class="col-md-12 d-none d-md-block">
355+
<div class="col-md-12 d-none d-md-block d-lg-none">
356356
<div class="form-row-content">
357357
<div class="row">
358358
<div class="col-sm-6 text-center">

0 commit comments

Comments
 (0)