Compare commits

..

3 commits

4 changed files with 1104 additions and 1071 deletions

2162
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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

View file

@ -35,4 +35,10 @@ 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 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />