mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Better website spacing
This commit is contained in:
parent
4d5f31ab84
commit
e0e55e6e76
1 changed files with 5 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
|
|||
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
||||
--ifm-code-font-size: 95%;
|
||||
--ifm-button-color: white;
|
||||
--ifm-container-width-xl: 85%;
|
||||
--ifm-container-width-xl: 100%;
|
||||
}
|
||||
|
||||
.docusaurus-highlight-code-line {
|
||||
|
|
@ -53,6 +53,10 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
|
|||
counter-reset: line-number;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding-left: 2%;
|
||||
}
|
||||
|
||||
.prism-code.language-js .token-line::before,
|
||||
.prism-code.language-ts .token-line::before,
|
||||
.prism-code.language-go .token-line::before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue