main.scss: restore centered div (_layouts/mini.html)

This reverts commit f54709db89.
This commit is contained in:
Aminda Suomalainen 2024-06-01 12:56:36 +03:00
parent 295325485c
commit 84c08c8b22
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

View File

@ -84,6 +84,13 @@ code {
font-style: italic;
}
// _layouts/mini.html calls this for returning to index!
.centered {
list-style-type: none;
margin: 0 auto;
text-align: center;
}
// At least used in the index SSH key fingerprints
.monospaced {
font-family: $monospace-font-family;