course: bo-logic, bo-table

This commit is contained in:
2025-12-28 20:15:15 +03:00
parent 1798c69564
commit d7716c6f94
21 changed files with 678 additions and 306 deletions

View File

@ -25,6 +25,15 @@ section {
overflow: hidden;
}
section.landscape {
width: 297mm;
height: 210mm;
margin: 43.5mm 0 43.5mm 0;
padding: 15mm 20mm 30mm 20mm;
border-bottom: none;
border-right: 1mm solid gray;
}
header {
font-size: 1.5rem;
font-weight: bolder;
@ -80,6 +89,10 @@ h3 {
align-items: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
@ -124,7 +137,7 @@ p {
background-color: white;
}
.table-of-contents span + span {
.table-of-contents span + a {
float: right;
padding-left: 0.33em;
background-color: white;