1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-19 17:28:59 +00:00

fixed Inspect page font sizing

This commit is contained in:
Mia Rose Winter 2024-03-29 20:11:04 +01:00
parent bebe863015
commit fdc2f0c273
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -12,14 +12,14 @@
<section class="w-full md:max-w-lg flex flex-col gap-4">
@if (Model is null) {
<MessageComponent Message="@Message" Type="Type" />
<h1 class="text-3xl lg:text-5xl text-error text-center mb-6">
<h1 class="text-3xl text-error text-center mb-6">
URL not found
</h1>
<h2 class="text-2xl lg:text-4xl text-secondary-content text-center mb-3">
<h2 class="text-2xl text-secondary-content text-center mb-3">
The given ID does not exist, it may have expired or been deleted.
</h2>
} else {
<h1 class="text-3xl lg:text-5xl text-primary-content text-center mb-6">Inspect</h1>
<h1 class="text-3xl text-primary-content text-center mb-6">Inspect</h1>
<dl class="grid grid-cols-2 gap-y-2 text-primary-content">
<dt>ID</dt>