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;