main.scss: remove centered div

This commit is contained in:
Aminda Suomalainen 2024-05-31 12:34:20 +03:00
parent a76ffcfcf6
commit f54709db89
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 0 additions and 7 deletions

View File

@ -83,13 +83,6 @@ code {
font-style: italic;
}
// At least used in the index link list
.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;