From 898bd01b8376bad0613300bef29e3f20f78d812a Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Wed, 21 May 2025 14:05:13 +0200 Subject: [PATCH] Revert "Add more margin to copy code button" This reverts commit de7e38855a523336414a5a95b8039ef8714a66c0. --- sass/project.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/project.scss b/sass/project.scss index 5d17138..5bddb6a 100644 --- a/sass/project.scss +++ b/sass/project.scss @@ -55,7 +55,7 @@ code { .copy-code { position: absolute; - top: 1rem; + top: .5rem; right: .5rem; cursor: pointer; background-color: #1b1f26;