mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-22 08:19:54 +00:00
fixed Inspect page font sizing
This commit is contained in:
parent
bebe863015
commit
fdc2f0c273
|
@ -12,14 +12,14 @@
|
||||||
<section class="w-full md:max-w-lg flex flex-col gap-4">
|
<section class="w-full md:max-w-lg flex flex-col gap-4">
|
||||||
@if (Model is null) {
|
@if (Model is null) {
|
||||||
<MessageComponent Message="@Message" Type="Type" />
|
<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
|
URL not found
|
||||||
</h1>
|
</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.
|
The given ID does not exist, it may have expired or been deleted.
|
||||||
</h2>
|
</h2>
|
||||||
} else {
|
} 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">
|
<dl class="grid grid-cols-2 gap-y-2 text-primary-content">
|
||||||
<dt>ID</dt>
|
<dt>ID</dt>
|
||||||
|
|
Loading…
Reference in a new issue