Skip to content

Commit

Permalink
Update Home.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bahylol committed Aug 11, 2023
1 parent 223366d commit 88a83c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ const Home = ({ isLoggedIn }) => {

{/* --------------------------------------------------------------------------------- */}
<div className="container mt-5">
<div className="row">
<div className="col-12">
<div className="row" >
<div className="col-12" style={{ marginTop: '90px' }}>
<article className="blog-card">
<div className="blog-card__background">
<div className="card__background--wrapper">
Expand Down

0 comments on commit 88a83c9

Please sign in to comment.