Compare commits
No commits in common. "8729d74035cdae3d1cf1d9970a9a5ee3f86693a4" and "f4b30d4472bd7dacd1c65f7783c20681eaa9db21" have entirely different histories.
8729d74035
...
f4b30d4472
4 changed files with 1071 additions and 1104 deletions
2164
package-lock.json
generated
2164
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -46,9 +46,5 @@ span {
|
||||||
div, nav {
|
div, nav {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -35,10 +35,4 @@ a:hover::after {
|
||||||
transform: scaleX(1);
|
transform: scaleX(1);
|
||||||
transform-origin: bottom left;
|
transform-origin: bottom left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
|
||||||
a {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
1
src/env.d.ts
vendored
1
src/env.d.ts
vendored
|
@ -1,2 +1 @@
|
||||||
/// <reference path="../.astro/types.d.ts" />
|
|
||||||
/// <reference types="astro/client" />
|
/// <reference types="astro/client" />
|
||||||
|
|
Loading…
Reference in a new issue