1
0
Fork 0

update ui

This commit is contained in:
nanxiaobei 2022-07-21 01:57:38 +08:00
parent fda6f0de2d
commit 39ba5c2688
2 changed files with 6 additions and 1 deletions

View file

@ -1640,6 +1640,11 @@ body {
line-height: 1.75rem; line-height: 1.75rem;
} }
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.font-bold { .font-bold {
font-weight: 700; font-weight: 700;
} }

View file

@ -54,7 +54,7 @@
<nav class="lg:ml-12 lg:flex lg:flex-row lg:items-center lg:space-x-6"> <nav class="lg:ml-12 lg:flex lg:flex-row lg:items-center lg:space-x-6">
{{ range . }} {{ range . }}
<a <a
class="block text-center text-3xl leading-[5rem] lg:text-base lg:font-normal" class="block text-center text-2xl leading-[5rem] lg:text-base lg:font-normal"
href="{{ .URL }}" href="{{ .URL }}"
>{{ .Name }}</a >{{ .Name }}</a
> >