forked from mirrors/hugo-tufte
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;
|
margin-left: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row .column > p:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.row .column > p:last-child {
|
.row .column > p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue