try to cheat LCP

This commit is contained in:
Firq 2024-10-22 23:55:30 +02:00
parent d6fb3bccbe
commit c1ad7f025a
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.0-pre.27", "version": "0.2.0-pre.28",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",

View file

@ -60,14 +60,14 @@ const displayBackButton = returnbutton ? "": "display: none"
.head { .head {
hyphens: auto; hyphens: auto;
padding-top: 2rem; padding-top: 2rem;
font-size: 2rem; font-size: 3.25rem;
font-weight: 700; font-weight: 700;
font-family: 'Work Sans Variable', sans-serif; font-family: 'Work Sans Variable', sans-serif;
} }
.sub { .sub {
margin-top: 0.5em; margin-top: 0.5em;
font-size: 0.75rem; font-size: 0.9rem;
font-weight: 500; font-weight: 500;
font-family: 'Work Sans Variable', sans-serif; font-family: 'Work Sans Variable', sans-serif;
} }
@ -87,10 +87,10 @@ const displayBackButton = returnbutton ? "": "display: none"
@media (min-width: 620px) { @media (min-width: 620px) {
.head { .head {
hyphens: none; hyphens: none;
font-size: 3rem; font-size: 3.75rem;
} }
.sub { .sub {
font-size: 0.75rem; font-size: 1rem;
} }
} }