mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 23:43:45 +02:00
ui: tweak inline code padding
This commit is contained in:
@@ -78,7 +78,7 @@ export const MarkdownWrapper = styled.div`
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
background: ${(props) => props.theme.code.background};
|
background: ${(props) => props.theme.code.background};
|
||||||
padding: 4px 8px;
|
padding: 2px 4px;
|
||||||
display: inline;
|
display: inline;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
letter-spacing: 0.25px;
|
letter-spacing: 0.25px;
|
||||||
|
|||||||
Reference in New Issue
Block a user