From 112bcc9a6225e670558f9b8fe2c611637821dbae Mon Sep 17 00:00:00 2001 From: Prajualit Tickoo Date: Fri, 3 Jan 2025 16:19:03 +0530 Subject: [PATCH] center the image --- browser-extension/public/popup.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/browser-extension/public/popup.html b/browser-extension/public/popup.html index b38ce9f98..1f89ef566 100644 --- a/browser-extension/public/popup.html +++ b/browser-extension/public/popup.html @@ -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;