finpuss på søk

This commit is contained in:
Trygve
2025-10-27 23:44:50 +01:00
parent e6d76cd69c
commit a684cb4841
3 changed files with 19 additions and 9 deletions

View File

@@ -12,7 +12,12 @@
font-size: 1.4em;
padding: 1rem;
border-radius: var(--bd-radius);
width: fit-content;
margin-left: auto;
margin-right: auto;
}
.profile-card h2{
font-size: 2rem;
}
</style>
</head>
@@ -29,7 +34,7 @@
<h1>Søk opp løper</h1>
<form action="/runner.php" method="GET" hx-boost="true" hx-target="#runner_info" hx-swap="show:none">
<label>
Navn eller startnummer
Navn, startnummer eller klubb
<input type="text" name="search" id="search">
</label>
<button type="submit">Søk</button>