Skip to content

Commit

Permalink
Hides Blog section when small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinajimenez26 committed Jan 24, 2020
1 parent d8206a0 commit 264d2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Blog/Blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Blog extends React.Component {
});

return (
<div className="Blog blue-bg" id="blog">
<div className="Blog blue-bg d-none d-sm-block" id="blog">
<div className="row d-flex justify-content-center">
<h1 className="title text-white">Blog</h1>
</div>
Expand Down

0 comments on commit 264d2d7

Please sign in to comment.