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; }