From 85621e61bd99c0ae0ef082aba166e29b7b60ce31 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 9 Oct 2015 16:03:51 +0300 Subject: [PATCH] css: add class centered --- css/main.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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;