improve screenshot styling

This commit is contained in:
Henry Hiles 2023-05-18 15:41:23 -04:00
parent 38d48e6e72
commit 7bf1f4e71e

View file

@ -10,7 +10,6 @@
} }
.screenshot { .screenshot {
width: 40%;
padding: 20px; padding: 20px;
} }
@ -25,12 +24,8 @@
max-width: 700px; max-width: 700px;
} }
.image {
max-width: 900px;
}
.image img { .image img {
width: 100%; max-height: 500px;
} }
.longDescription h2 { .longDescription h2 {
@ -49,10 +44,6 @@
gap: 4rem; gap: 4rem;
} }
.row > * {
flex: 1;
}
#details { #details {
padding: 2rem; padding: 2rem;
} }