This commit is contained in:
Joost van der Schee 2022-12-08 23:36:50 +01:00
parent 90fd821e07
commit 47f749debf
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ section p {max-width: 22rem; text-align: center;}
section#home img {width: 25rem; opacity: 0.8;}
div.examples {display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; margin: 1rem 0; text-align: center; font-style: italic;}
div.examples > div a:first-child {display: block; margin-bottom: 0.2rem;}
div.examples > div a:first-child {display: block; margin-bottom: 0.25rem;}
div.examples > div a:first-child img {max-width: 10rem; display: block; border: 1px solid #3a3731;}
div.examples > div a:first-child:hover img {transform: scale(1.05);}