update ui
This commit is contained in:
parent
fda6f0de2d
commit
39ba5c2688
2 changed files with 6 additions and 1 deletions
|
@ -1640,6 +1640,11 @@ body {
|
|||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.text-2xl {
|
||||
font-size: 1.5rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
.font-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<nav class="lg:ml-12 lg:flex lg:flex-row lg:items-center lg:space-x-6">
|
||||
{{ range . }}
|
||||
<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 }}"
|
||||
>{{ .Name }}</a
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue