mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-14 20:36:58 +01:00
fix columns margin
This commit is contained in:
parent
b3c260bccf
commit
c9d7349ee8
1 changed files with 4 additions and 0 deletions
|
@ -181,6 +181,10 @@ mjx-container[jax="CHTML"][display="true"],
|
|||
margin-left: 2rem;
|
||||
}
|
||||
|
||||
.row .column > p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.row .column > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue