This commit is contained in:
Joost van der Schee 2022-12-08 23:05:55 +01:00
parent b45c4d3394
commit bec77e571e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ section a {text-decoration: underline;}
section a:hover {text-decoration: none; color: rgb(155, 18, 18);}
section p {max-width: 22rem; text-align: center;}
section#home img {width: 25rem; opacity: 0.8; margin: 1rem 0 0;}
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;}