Compare commits
No commits in common. "743160af3c22b0e81dc02f6194e8188f0a3fe57f" and "9b17d2390134e3d93cf39463a5fcf417a18453e9" have entirely different histories.
743160af3c
...
9b17d23901
@ -183,11 +183,5 @@ aside ul li a:hover {
|
|||||||
.return-button {
|
.return-button {
|
||||||
top: 7em;
|
top: 7em;
|
||||||
}
|
}
|
||||||
aside {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.project-details-content{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
html{
|
html{
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +17,7 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user