Skip to content

Commit

Permalink
CENTER table
Browse files Browse the repository at this point in the history
  • Loading branch information
NewHub25 committed Aug 27, 2024
1 parent 00d8fbe commit 2981b4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
padding-top: 3rem;
display: flex;
justify-content: center;
flex-flow: column nowrap;
gap: 2rem;
align-items: center;
}
img {
width: 50px;
Expand Down

0 comments on commit 2981b4c

Please sign in to comment.