summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2025-07-15 21:23:50 +0200
committerjulian laplace <julescarbon@gmail.com>2025-07-15 21:23:50 +0200
commit02a2fb1aac602cc782ad98b9e2a9000240d9139c (patch)
tree630d34371c4e169d60f34fb27502d2468c89c3f1
parent600b10c48f2eb262eaef36bb36a455e0e626bcce (diff)
ok
-rw-r--r--index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/index.html b/index.html
index cde4d9e..5ae4391 100644
--- a/index.html
+++ b/index.html
@@ -113,7 +113,7 @@
backdrop-filter: blur(10px);
padding: 1rem 1rem 1rem 1.5rem;
max-width: 600px;
- border-radius: 8px;
+ border-radius: 20px;
box-shadow: 0 2px #000;
}
#help a {
@@ -286,9 +286,8 @@
text-align: center;
line-height: 1.75;
background: rgba(0, 0, 0, 0.75);
- border-radius: 12px;
- padding: 1rem;
- padding-bottom: 0;
+ border-radius: 20px;
+ padding: 1rem 0.5rem 0 0.5rem;
backdrop-filter: blur(6px);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
margin-top: 1rem;