Compare commits

..

No commits in common. "8729d74035cdae3d1cf1d9970a9a5ee3f86693a4" and "f4b30d4472bd7dacd1c65f7783c20681eaa9db21" have entirely different histories.

4 changed files with 1071 additions and 1104 deletions

2164
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -46,9 +46,5 @@ span {
div, nav {
flex-direction: column;
}
nav {
padding: 0;
}
}
</style>

View file

@ -35,10 +35,4 @@ a:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
}
@media screen and (max-width: 800px) {
a {
margin: 0;
}
}
</style>

1
src/env.d.ts vendored
View file

@ -1,2 +1 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />