diff --git a/css/main.scss b/css/main.scss index 8c6244a..03d9b44 100755 --- a/css/main.scss +++ b/css/main.scss @@ -67,6 +67,13 @@ $on-laptop: 800px; font-style: italic; } +// At least used in the index +.centered { + list-style-type: none; + margin:0 auto; + text-align: center; +} + // IRC logs should be formatted with this .irclog { white-space: pre-wrap;