Skip to content

Commit dac8c07

Browse files
authored
Merge pull request #38 from TeXlyre/dev
Minor aesthetic fixes
2 parents b391b65 + 1d5fb09 commit dac8c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/components/latex.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ embed {
196196
display: flex;
197197
align-items: center;
198198
justify-content: center;
199-
padding-left: 0.4em;
200-
padding-right: 0.4em;
199+
padding-left: var(--space-sm);
200+
padding-right: var(--space-xs);
201201
background-color: var(--pico-secondary-background);
202202
color: var(--text-color);
203203
border: 1px solid var(--accent-border);

0 commit comments

Comments
 (0)