mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
[fix] bottom padding of exercise block
This commit is contained in:
parent
5a17e45d5c
commit
86f7a995a0
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ div[data-type='exercise'] {
|
|||
h3 + .half-width-right {
|
||||
margin-top: -12pt;
|
||||
}
|
||||
|
||||
:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
div[data-type='note'],
|
||||
|
|
Loading…
Reference in a new issue