Skip to content

Commit 0cde7e0

Browse files
committed
adjust padding for the copy button
1 parent 17a9e6e commit 0cde7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pre.astro-code > button.copy {
178178
position: absolute;
179179
top: 0.65rem;
180180
right: 0.85rem;
181-
padding: 0.3rem 0.6rem;
181+
padding: 0.25rem 0.7rem 0.2rem;
182182
border: none;
183183
border-radius: 4px;
184184
cursor: pointer;

0 commit comments

Comments
 (0)