💄 Fix minor styling issues
This commit is contained in:
parent
fa414e9425
commit
0ca8935cb0
@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Support for basic content pages
|
- Support for basic content pages
|
||||||
- French translation ([#2](https://github.com/jpanther/lynx/pull/2))
|
- French translation ([#2](https://github.com/jpanther/lynx/pull/2))
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Minor styling issues
|
||||||
|
|
||||||
## [1.0.0] - 2021-11-01
|
## [1.0.0] - 2021-11-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en{{ end }}">
|
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en{{ end }}">
|
||||||
{{- partial "head.html" . -}}
|
{{- partial "head.html" . -}}
|
||||||
<body
|
<body
|
||||||
class="flex flex-col h-screen px-6 m-auto text-lg leading-7 bg-neutral text-neutral-900 sm:px-14 md:px-24 lg:px-32 dark:bg-neutral-800 dark:text-neutral max-w-7xl"
|
class="flex flex-col h-screen px-6 m-auto text-lg leading-7 bg-neutral text-neutral-900 sm:px-14 md:px-24 lg:px-32 dark:bg-neutral-800 dark:text-white max-w-7xl"
|
||||||
>
|
>
|
||||||
<main class="flex-grow">{{- block "main" . }}{{- end }}</main>
|
<main class="flex-grow">{{- block "main" . }}{{- end }}</main>
|
||||||
{{- partial "footer.html" . -}}
|
{{- partial "footer.html" . -}}
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="me noopener noreferrer"
|
rel="me noopener noreferrer"
|
||||||
><div class="">
|
><div class="">
|
||||||
<span class="mr-1">{{ partial "icon.html" $icon }}</span>{{ $text }}
|
<span class="mr-1">{{ partial "icon.html" $icon }}</span>{{ $text | emojify }}
|
||||||
</div></a
|
</div></a
|
||||||
>
|
>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user