fix font sizes

This commit is contained in:
Nikita Galaiko 2023-02-27 14:41:33 +01:00
parent 34f868fb95
commit 199b714462
No known key found for this signature in database
GPG Key ID: EBAB54E845BA519D
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</script>
<div class="flex flex-col mt-12">
<h1 class="text-zinc-200 text-2xl flex justify-center">
<h1 class="text-zinc-200 text-xl flex justify-center">
Overview of {$project?.title}
</h1>
<div class="flex justify-center space-x-2">

View File

@ -2,6 +2,7 @@
import { Login } from '$lib/components';
import type { PageData } from './$types';
import MdAutorenew from 'svelte-icons/md/MdAutorenew.svelte';
import {} from 'iconify-icon';
import { log, toasts } from '$lib';
export let data: PageData;