From 6322e06d8fc1534715e791d3593097588868ceb9 Mon Sep 17 00:00:00 2001 From: CyberSphinxxx Date: Fri, 11 Oct 2024 11:30:57 +0800 Subject: [PATCH] Resize Copy button to 25% --- index.html | 2 +- styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5157940..fcfdffa 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@

Password Sentinel

Generate Your Password

- +
diff --git a/styles.css b/styles.css index 750a315..5d4bf90 100644 --- a/styles.css +++ b/styles.css @@ -36,7 +36,7 @@ body { } #copyBtn { - width: 75%; + width: 25%; padding: 10px; font-size: 14px; cursor: pointer;