From 7bf1f4e71e570ad4422da4b35dd5ebe1d390f3c3 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 18 May 2023 15:41:23 -0400 Subject: [PATCH] improve screenshot styling --- src/styles/Project.module.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/styles/Project.module.css b/src/styles/Project.module.css index d6ade18..f558925 100644 --- a/src/styles/Project.module.css +++ b/src/styles/Project.module.css @@ -10,7 +10,6 @@ } .screenshot { - width: 40%; padding: 20px; } @@ -25,12 +24,8 @@ max-width: 700px; } -.image { - max-width: 900px; -} - .image img { - width: 100%; + max-height: 500px; } .longDescription h2 { @@ -49,10 +44,6 @@ gap: 4rem; } -.row > * { - flex: 1; -} - #details { padding: 2rem; }