diff --git a/src/components/Projects/Projects.css b/src/components/Projects/Projects.css index 7d6c056..ee99303 100644 --- a/src/components/Projects/Projects.css +++ b/src/components/Projects/Projects.css @@ -55,4 +55,8 @@ .projects-back-link { text-align: center; margin-bottom: 3rem; -} \ No newline at end of file +} + + + + diff --git a/src/components/SingleProject/SingleProject.css b/src/components/SingleProject/SingleProject.css index dcc671e..4b24b48 100644 --- a/src/components/SingleProject/SingleProject.css +++ b/src/components/SingleProject/SingleProject.css @@ -122,4 +122,18 @@ margin-left : 2em; font-weight: bold; font-style: italic; +} + + +@media (max-width: 1366px) { + .single-project { + width: 47%; + } +} + + +@media (max-width: 768px) { + .single-project { + width: 90%; + } } \ No newline at end of file