course: bo-logic, bo-table
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user