Skip to content

Commit

Permalink
center the image
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajualit Tickoo committed Jan 3, 2025
1 parent c439597 commit 112bcc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion browser-extension/public/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
body {
margin: 0;
overflow: hidden;
width: 340px;
background-color: #1d1b26;
box-sizing: border-box;
display: flex;
justify-items: center;
justify-content: center;
}

.header {
width: 340px;
display: flex;
justify-content: center;
margin: 10px 0 20px;
Expand Down

0 comments on commit 112bcc9

Please sign in to comment.