Merge pull request 'dev' (#40) from dev into main

Reviewed-on: Giovanni-Josserand/Portfolio#40
This commit was merged in pull request #40.
This commit is contained in:
Giovanni-Josserand
2025-09-28 17:24:53 +00:00
2 changed files with 6 additions and 2 deletions
@@ -183,5 +183,11 @@ aside ul li a:hover {
.return-button {
top: 7em;
}
aside {
display: none;
}
.project-details-content{
width: 100%;
}
}
-2
View File
@@ -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 {