Browse Source

fix: margins

restructure
Garrit Franke 4 years ago
parent
commit
9c77fb9075
  1. 1
      components/BlogList.js

1
components/BlogList.js

@ -82,7 +82,6 @@ const BlogList = ({ posts }) => {
li {
opacity: inherit;
display: flex;
justify-content: center;
flex-direction: column;
min-height: 38vh;
margin-bottom: 0;

Loading…
Cancel
Save