diff --git a/styles/default.css b/styles/default.css index d0fa4c9..84baf8f 100644 --- a/styles/default.css +++ b/styles/default.css @@ -286,4 +286,8 @@ nav { .project-image { position: absolute; max-height: 100%; + max-width: 100%; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); } \ No newline at end of file