mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
fix bugs
This commit is contained in:
parent
fcc5ea91d0
commit
34dbcab727
2 changed files with 9 additions and 4 deletions
|
@ -42,4 +42,13 @@ table {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// codesplit
|
||||
.codesplit {
|
||||
padding: 0;
|
||||
|
||||
.pair {
|
||||
background: $color-gray-200;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,10 +26,6 @@ h3 {
|
|||
font-weight: $font-bold;
|
||||
}
|
||||
|
||||
h1 + p {
|
||||
page-break-before: always;
|
||||
}
|
||||
|
||||
h2,
|
||||
h3 {
|
||||
page-break-after: avoid;
|
||||
|
|
Loading…
Reference in a new issue