muu minimisation

This commit is contained in:
2026-03-06 00:05:30 +03:00
parent dcb9c0800f
commit 98d089351b
23 changed files with 597 additions and 243 deletions

View File

@ -89,6 +89,10 @@ h3 {
align-items: center;
}
.y-end {
align-items: end;
}
.left {
text-align: left;
}
@ -138,7 +142,7 @@ p {
background-color: white;
}
.table-of-contents span + a {
.table-of-contents span+a {
float: right;
padding-left: 0.33em;
background-color: white;
@ -148,7 +152,9 @@ img {
object-fit: contain;
}
table, td, th {
table,
td,
th {
border-collapse: collapse;
border: 1px solid black;
}