Compare commits

..
2 Commits
Author SHA1 Message Date
LeoVasanko 2795b1061f Info fields for PyPI 2025-12-18 14:13:05 +00:00
LeoVasanko 9230344eb5 Remove layout max width. 2025-12-10 20:53:59 +00:00
2 changed files with 5 additions and 2 deletions
-2
View File
@@ -34,7 +34,6 @@
--space-lg: 1.5rem;
--space-xl: 2.25rem;
--space-xxl: 3.5rem;
--layout-max-width: 1400px;
--layout-padding: clamp(1.5rem, 3vw + 1rem, 3.25rem);
--transition-base: 160ms ease;
--focus-ring: 0 0 0 2px var(--color-accent);
@@ -141,7 +140,6 @@ a:focus-visible {
padding: var(--layout-padding);
box-sizing: border-box;
margin: 0 auto;
width: min(100%, var(--layout-max-width));
}
.view-root--wide {
+5
View File
@@ -6,6 +6,7 @@ build-backend = "hatchling.build"
name = "paskia"
dynamic = ["version"]
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" ]
authors = [
{name = "Leo Vasanko"},
@@ -23,6 +24,10 @@ dependencies = [
]
requires-python = ">=3.10"
[project.urls]
Homepage = "https://git.zi.fi/LeoVasanko/paskia"
Repository = "https://github.com/LeoVasanko/paskia"
[tool.hatch.version]
source = "vcs"