From adc1f2d51f964984113c0fda264c6010ed0efe22 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Thu, 20 Feb 2025 22:44:07 +0000 Subject: [PATCH] Centered copy buttons for desktop. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3e1892d..727323a 100644 --- a/index.html +++ b/index.html @@ -116,7 +116,7 @@ .copy { display: flex; - justify-content: flex-end; + justify-content: center; gap: .25rem; margin-top: .5rem; }