Skip to content

Commit

Permalink
wip: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 23, 2023
1 parent 9157e11 commit 68a1eb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/styles/layouts.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
padding: var(--vocs-space_48) var(--vocs-space_16);

& pre {
border-radius: 0px;
margin-left: calc(var(--vocs-space_16) * -1);
margin-right: calc(var(--vocs-space_16) * -1);

Expand All @@ -23,13 +24,20 @@
}

& .code-group {
border-radius: 0px;
margin-left: calc(var(--vocs-space_16) * -1);
margin-right: calc(var(--vocs-space_16) * -1);

&& [data-line] {
padding: var(--vocs-space_0) var(--vocs-space_32);
}
}

& [data-rehype-pretty-code-title] {
border-radius: 0px;
margin-left: calc(var(--vocs-space_16) * -1);
margin-right: calc(var(--vocs-space_16) * -1);
}
}
}
}

0 comments on commit 68a1eb6

Please sign in to comment.