muu minimisation
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user