Skip to content

Commit

Permalink
Mobile compatible styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mybearworld committed Dec 1, 2024
1 parent f120fca commit 26b3a23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@
align-items: center;
justify-content: center;
flex-direction: column;
gap: 0.4em;
min-height: 100vh;
overflow: hidden;
margin: 0;
}
.post {
border: 2px solid #e48b26;
border-radius: 5px;
padding: 0.6em;
margin-bottom: 0.4em;
width: 90%;
overflow-wrap: break-word;
}
.postheader {
display: flex;
Expand Down

0 comments on commit 26b3a23

Please sign in to comment.