mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 12:01:33 +02:00
refactor: remove text-62.5%, update site layout and add site footer
- Adjust font and typography settings across components - Update footer with new links and start year configuration - Modify header and navbar styling for responsive design - Remove @unpic/astro dependency - Refine global and component-level styling - Update font preloading and font face definitions
This commit is contained in:
parent
1a302af9d4
commit
09fe7dcb37
18 changed files with 238 additions and 249 deletions
|
@ -16,7 +16,7 @@ function getLanguageDisplayName(code: string) {
|
|||
<button
|
||||
type="button"
|
||||
id="language-switcher"
|
||||
class="absolute right-[calc(9.94vw+2.8rem)] top-[calc(7.3vw+2.68rem)] z-99 aspect-square w-6.6 c-secondary [@supports(-webkit-touch-callout:none)]:top-[calc(7.3vw+2.28rem)] active:scale-90"
|
||||
class="z-99 aspect-square w-4.125 c-secondary active:scale-90"
|
||||
aria-label={`Current Language: ${getLanguageDisplayName(currentLocale)}. Click to switch to next language.`}
|
||||
>
|
||||
<svg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue