aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/styles/BlockBody.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/BlockBody.ts')
-rw-r--r--src/styles/BlockBody.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/BlockBody.ts b/src/styles/BlockBody.ts
index 7791873..8fb655e 100644
--- a/src/styles/BlockBody.ts
+++ b/src/styles/BlockBody.ts
@@ -11,7 +11,7 @@ export default styled.div`
border-left: 3px #000 solid;
border-right: 3px #000 solid;
- padding: ${(props) => props.theme.padding ?? "0"};
+ padding: ${(props) => (props.theme.link ? "0" : "4px 8px")};
& > ${BlockAnchor} {
&:hover {