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