try to cheat LCP
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 13s
/ run-unlighthouse (push) Successful in 0s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 12s
/ build-site (push) Successful in 1m3s
/ auto-deploy-dockge (push) Successful in 3s
/ create-release (push) Successful in 5s
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 13s
/ run-unlighthouse (push) Successful in 0s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 12s
/ build-site (push) Successful in 1m3s
/ auto-deploy-dockge (push) Successful in 3s
/ create-release (push) Successful in 5s
This commit is contained in:
parent
d6fb3bccbe
commit
4a4d5434f5
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.27",
|
||||
"version": "0.2.0-pre.28",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -60,14 +60,14 @@ const displayBackButton = returnbutton ? "": "display: none"
|
|||
.head {
|
||||
hyphens: auto;
|
||||
padding-top: 2rem;
|
||||
font-size: 2rem;
|
||||
font-size: 3.25rem;
|
||||
font-weight: 700;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
}
|
||||
|
||||
.sub {
|
||||
margin-top: 0.5em;
|
||||
font-size: 0.75rem;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
}
|
||||
|
@ -87,10 +87,10 @@ const displayBackButton = returnbutton ? "": "display: none"
|
|||
@media (min-width: 620px) {
|
||||
.head {
|
||||
hyphens: none;
|
||||
font-size: 3rem;
|
||||
font-size: 3.75rem;
|
||||
}
|
||||
.sub {
|
||||
font-size: 0.75rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue