mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-15 02:38:30 +02:00
Docs CSS update
This commit is contained in:
parent
7f5564c63c
commit
58b473236d
1 changed files with 2 additions and 2 deletions
4
docs/_themes/jrnl/static/less/docs.less
vendored
4
docs/_themes/jrnl/static/less/docs.less
vendored
|
@ -223,12 +223,12 @@ div.footer
|
||||||
{
|
{
|
||||||
body:not(.landing){
|
body:not(.landing){
|
||||||
padding-top: 130px;
|
padding-top: 130px;
|
||||||
.highlight-output,.highlight-python, .highlight-javascript
|
.highlight-output, .highlight-python, .highlight-javascript, .highlight-sh
|
||||||
{
|
{
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
.highlight-python
|
.highlight-python, .highlight-sh
|
||||||
{
|
{
|
||||||
pre { margin: -10px 0 10px 0;}
|
pre { margin: -10px 0 10px 0;}
|
||||||
&:before
|
&:before
|
||||||
|
|
Loading…
Add table
Reference in a new issue