Skip to content

Commit 75c0d3d

Browse files
committed
Fix website css
1 parent 3dc168d commit 75c0d3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs-svelte-kit/src/site.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
/*** markdown ***/
1313

1414
:not(pre) > code {
15-
padding: 0.4rem;
15+
padding: 0.1rem 0.4rem 0;
1616
margin: 0 0.2rem;
17-
top: -0.1rem;
1817
background: #e5eef5;
1918
position: relative;
2019
border-radius: 0.3em;

0 commit comments

Comments
 (0)