Skip to content

Commit

Permalink
feed: fix gutters/padding
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Feb 27, 2024
1 parent 907b405 commit 14d64cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/feed.pug
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include include/sauce-common

+sauce-layout('News and Updates')(pageId='feed', user=user, includeBootstrapScripts)
.row
h1.display-1.mb-4 News and Updates
.row.gx-3.gy-3
h1 News and Updates
if posts
each post in posts
.col-12.col-md-6.px-2
.row-12.h-100.py-2
.col-12.col-md-6
.row-12.h-100
.card.h-100.w-100.shadow-sm
.card-body
h5.card-title= post.data.title
Expand Down

0 comments on commit 14d64cc

Please sign in to comment.