Less shifting UI
All checks were successful
/ checking (push) Successful in 13s
/ publish (push) Successful in 7s
/ build-site (push) Successful in 1m59s

This commit is contained in:
Firq 2024-07-16 18:43:22 +02:00
parent 1f1bc5a7db
commit d67e426f15
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"name": "fgo-ta-com-website",
"type": "module",
"version": "0.2.2-pre.6",
"version": "0.2.2-pre.7",
"scripts": {
"dev": "astro dev",
"start": "astro dev",

View file

@ -104,11 +104,12 @@ const render_date = releaseDate.toLocaleDateString('en-GB', options_date)
height: 1.25rem;
width: 1.25rem;
translate: -0.125rem;
margin-right: 0.825rem;
margin-right: 4px;
}
a:hover article {
border-color: var(--hlcolor);
transform: none;
}
article {

View file

@ -40,8 +40,8 @@ const render_date = releaseDate.toLocaleDateString(
justify-content: center;
display: flex;
text-decoration: none;
height: auto;
margin: 0.5rem;
height: fit-content;
margin: 0px 0.5rem;
width: 100%;
}
p {
@ -105,11 +105,12 @@ const render_date = releaseDate.toLocaleDateString(
height: 1.25rem;
width: 1.25rem;
translate: -0.125rem;
margin-right: 0.825rem;
margin-right: 4px;
}
a:hover article {
border-color: var(--c-darkpurple);
transform: none;
}
article {