diff --git a/website/getting-started/index.css b/website/getting-started/index.css index 8909dc73..72871a5e 100644 --- a/website/getting-started/index.css +++ b/website/getting-started/index.css @@ -1,31 +1,35 @@ body { - margin: 0; - padding: 0; - background: #000; + margin: 0; + padding: 0; + background: black; } div.galleria { - width: 100%; - height: 100%; - background: #000; - position: absolute; - top: 0; - bottom: 0; + width: 100%; + height: 100%; + background: #000; + position: absolute; + top: 0; + bottom: 0; } div.galleria-thumbnails { - margin: auto; + margin: auto; } div.galleria-thumbnails-list div.galleria-image { - max-height: 20px; + max-height: 20px; } img.fullscreen { - position: absolute; - top: 5px; - right: 5px; - z-index: 10; - cursor: pointer; - opacity: 0.3 + position: absolute; + top: 5px; + right: 5px; + z-index: 10; + cursor: pointer; + opacity: 0.3 +} + +div.galleria-thumbnails div.galleria-image { + padding: 30px 0px; }