From 7e43e300bb3f164aa60581084aa3d0f6b1e6736f Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Fri, 11 Jul 2014 18:12:11 +0200 Subject: [PATCH] Center presentation. --- src/styles/components/_presentation.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/styles/components/_presentation.scss b/src/styles/components/_presentation.scss index b038a04e..f40b2158 100644 --- a/src/styles/components/_presentation.scss +++ b/src/styles/components/_presentation.scss @@ -76,6 +76,7 @@ canvas { position: relative; display: block; + margin: 0 auto; } } @@ -118,11 +119,15 @@ margin-top: 20px; width: 160px; display: inline-block; - margin-right: 20px; + margin-left: 20px; cursor: pointer; position: relative; } +.presentation .thumbnail:first-child { + margin-left: 0; +} + .presentation .thumbnail .caption { padding-bottom: 0; text-overflow: ellipsis;