Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2795b1061f | ||
|
|
9230344eb5 |
@@ -34,7 +34,6 @@
|
|||||||
--space-lg: 1.5rem;
|
--space-lg: 1.5rem;
|
||||||
--space-xl: 2.25rem;
|
--space-xl: 2.25rem;
|
||||||
--space-xxl: 3.5rem;
|
--space-xxl: 3.5rem;
|
||||||
--layout-max-width: 1400px;
|
|
||||||
--layout-padding: clamp(1.5rem, 3vw + 1rem, 3.25rem);
|
--layout-padding: clamp(1.5rem, 3vw + 1rem, 3.25rem);
|
||||||
--transition-base: 160ms ease;
|
--transition-base: 160ms ease;
|
||||||
--focus-ring: 0 0 0 2px var(--color-accent);
|
--focus-ring: 0 0 0 2px var(--color-accent);
|
||||||
@@ -141,7 +140,6 @@ a:focus-visible {
|
|||||||
padding: var(--layout-padding);
|
padding: var(--layout-padding);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: min(100%, var(--layout-max-width));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-root--wide {
|
.view-root--wide {
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ build-backend = "hatchling.build"
|
|||||||
name = "paskia"
|
name = "paskia"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
description = "Passkey Auth made easy: all sites and APIs can be guarded even without any changes on the protected site."
|
description = "Passkey Auth made easy: all sites and APIs can be guarded even without any changes on the protected site."
|
||||||
|
readme = "README.md"
|
||||||
keywords = [ "forward_auth", "auth_request", "FastAPI" ]
|
keywords = [ "forward_auth", "auth_request", "FastAPI" ]
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Leo Vasanko"},
|
{name = "Leo Vasanko"},
|
||||||
@@ -23,6 +24,10 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Homepage = "https://git.zi.fi/LeoVasanko/paskia"
|
||||||
|
Repository = "https://github.com/LeoVasanko/paskia"
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
source = "vcs"
|
source = "vcs"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user