Skip to content

Commit

Permalink
More space around thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jul 7, 2023
1 parent 0bf4029 commit 726ce86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ _A simple and aesthetic image gallery to showcase your art portfolio_

[![License:GPLv3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/center-key/paradise/blob/main/LICENSE.txt)
 
[![Vulnerabilities](https://snyk.io/test/github/center-key/paradise/badge.svg)](https://snyk.io/test/github/center-key/paradise)
 
[![Build](https://github.com/center-key/paradise/workflows/build/badge.svg)](https://github.com/center-key/paradise/actions/workflows/run-spec-on-push.yaml)

Expand Down
7 changes: 5 additions & 2 deletions src/gallery/style/gallery.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ body {
color: white;
background-color: black;
padding: 0px;
margin: 0px 0px 50px 0px;
margin: 0px 0px 70px 0px;
>span {
background-color: black;
transition: background-color 400ms;
Expand Down Expand Up @@ -147,7 +147,7 @@ body {
position: relative;
display: inline-block;
vertical-align: top;
margin: 0px 30px 50px 30px;
margin: 0px 50px 70px 50px;
a img {
max-width: 100%;
height: 160px;
Expand Down Expand Up @@ -484,6 +484,9 @@ body:not(.caption-italic) .image-description {
body >header h1+h2 {
font-size: 1.0rem;
}
body .gallery-images figure {
margin: 0px 20px 40px 20px;
}
body .one-image {
padding: 30px 10px;
}
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h2>In the wild</h2>
<section>
<h2>Get going</h2>
<figure class=video-container-link>
<iframe src=https://www.youtube.com/embed/PXtsze78eQo></iframe>
<iframe src=https://www.youtube.com/embed/PXtsze78eQo allow=fullscreen></iframe>
<figcaption>Paradise Photo Gallery (Open Source) -- Getting Started</figcaption>
</figure>
Install and Setup:
Expand Down

0 comments on commit 726ce86

Please sign in to comment.