diff --git a/assets/main.scss b/assets/main.scss index 7475088..df155b7 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -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;