style: Style adjustments, headings, search result etc. #20

Merged
timharek merged 14 commits from style-layout-changes into main 2024-04-02 19:14:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ab3b3ad80d - Show all commits

View File

@ -10,7 +10,7 @@ export default function Search(props: { defaultValue: string }) {
id="query" id="query"
defaultValue={props.defaultValue} defaultValue={props.defaultValue}
/> />
<button type="submit" className="my-2 bg-gray-100 rounded-md"> <button type="submit" className="my-2 bg-gray-100 border-2 border-gray-400 rounded-md">
Søk Søk
</button> </button>
</form> </form>