mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 04:46:58 +01:00
Add padding to MathJax display environments.
The last half line or so for display enviorments was cut off.
This commit is contained in:
parent
363c1d6497
commit
5f979a7c27
1 changed files with 7 additions and 6 deletions
|
@ -68,11 +68,11 @@ header.brand hr {
|
|||
}
|
||||
|
||||
nav.menu ul {
|
||||
list-style: none;
|
||||
display: block;
|
||||
/*text-align:center;*/
|
||||
margin-top: 0.75rem;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
display: block;
|
||||
/*text-align:center;*/
|
||||
margin-top: 0.75rem;
|
||||
padding: 0;
|
||||
max-width: 45rem;
|
||||
/* Width is the same as tufte.css body */
|
||||
font-size: .9rem;
|
||||
|
@ -278,7 +278,8 @@ details[open] summary {
|
|||
font-size: 100%;
|
||||
background: inherit;
|
||||
border: inherit;
|
||||
max-width: 45rem;
|
||||
padding-bottom: 1rem;
|
||||
/* max-width: 45rem; */
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue