diff --git a/src/components/ProjectDetails/ProjectDetails.css b/src/components/ProjectDetails/ProjectDetails.css index e6133f4..5d2acb7 100644 --- a/src/components/ProjectDetails/ProjectDetails.css +++ b/src/components/ProjectDetails/ProjectDetails.css @@ -183,5 +183,11 @@ aside ul li a:hover { .return-button { top: 7em; } + aside { + display: none; + } + .project-details-content{ + width: 100%; + } } diff --git a/src/index.css b/src/index.css index 6c260b1..8e6af21 100644 --- a/src/index.css +++ b/src/index.css @@ -9,7 +9,6 @@ html{ scroll-behavior: smooth; - overflow-x: hidden; } @@ -17,7 +16,6 @@ body { margin: 0; display: flex; place-items: center; - overflow-x: hidden; } .section-title {