tangled
alpha
login
or
join now
vielle.dev
/
dnd-astral-powers
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
better astral power search lol
vielle.dev
1 month ago
204a3d0c
1e269352
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
pages
index.astro
+1
-1
src/pages/index.astro
···
29
29
form {
30
30
display: grid;
31
31
gap: 5px;
32
32
-
grid-template: auto auto / 1fr auto;
32
32
+
grid-template: auto auto / minmax(20ch, 50ch) min-content;
33
33
}
34
34
35
35
label {