Skip to content

Commit

Permalink
fix posts display on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed May 10, 2024
1 parent 2b60532 commit f476ed9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_includes/css-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
.posts {
flex: 1 1 0;
display: flex;
min-width: 10em;
min-width: 10rem;
overflow-x: auto;
gap: 1em;
}
.post-box {
background-color: rgb(0, 2, 17);
}
.content {
min-height: 8vw;
min-width: 20vw;
max-width: 20vw;
min-height: 150px;
min-width: 375px;
max-width: 375px;
position: relative;
}
.tag {
Expand Down

0 comments on commit f476ed9

Please sign in to comment.