Skip to content

Commit

Permalink
Fixed Grid in Page Posts.
Browse files Browse the repository at this point in the history
  • Loading branch information
raravi committed Jun 16, 2020
1 parent 78825a8 commit b7a9045
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/styles/pagePosts.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@
.thGrid {
margin: 0;
padding: 0;
}

.thGrid::after {
content: "";
display: block;
clear: both;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}

.thGrid li {
list-style: none;
float: left;
width: 100%;
padding: 8px;
margin-bottom: 0;
Expand Down

0 comments on commit b7a9045

Please sign in to comment.