Compare commits

..

No commits in common. "743160af3c22b0e81dc02f6194e8188f0a3fe57f" and "9b17d2390134e3d93cf39463a5fcf417a18453e9" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -183,11 +183,5 @@ aside ul li a:hover {
.return-button {
top: 7em;
}
aside {
display: none;
}
.project-details-content{
width: 100%;
}
}

View File

@ -9,6 +9,7 @@
html{
scroll-behavior: smooth;
overflow-x: hidden;
}
@ -16,6 +17,7 @@ body {
margin: 0;
display: flex;
place-items: center;
overflow-x: hidden;
}
.section-title {