Add image to project page

This commit is contained in:
Henry Hiles 2023-06-04 15:28:57 -04:00
commit 0b79a849e7
3 changed files with 13 additions and 1 deletions

View file

@ -30,6 +30,7 @@ svg {
img {
max-width: 100%;
max-height: 100%;
}
main {

View file

@ -5,6 +5,10 @@
max-width: 40rem;
}
#thumb {
height: 10rem;
}
.overview {
width: 100%;
padding: 20px;