From 79e42fcb13edd4333eda9bee812c96879c42bd31 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 26 Nov 2018 03:17:44 +0100 Subject: Zen mode --- design/contenu.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'design/contenu.css') diff --git a/design/contenu.css b/design/contenu.css index 459ab73..8f0e10d 100755 --- a/design/contenu.css +++ b/design/contenu.css @@ -66,6 +66,7 @@ article font-size:1em; padding-right:5%; padding-left:5%; + transition: margin-left 0.5s ease-out 0.25s; border: 1px solid #eaeaea; border: 1px solid rgba(51, 51, 51, 0.1); @@ -73,6 +74,10 @@ article margin-top: 50px; margin-bottom: 50px; } + article.zen-mode { + margin-left: 7%; + transition: margin-left 0.5s ease-out 0.25s; + } } @media only screen and (min-width: 768px) { -- cgit v1.2.3-54-g00ecf