Less shifting UI
This commit is contained in:
parent
1f1bc5a7db
commit
d67e426f15
3 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "fgo-ta-com-website",
|
"name": "fgo-ta-com-website",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.2-pre.6",
|
"version": "0.2.2-pre.7",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|
|
@ -104,11 +104,12 @@ const render_date = releaseDate.toLocaleDateString('en-GB', options_date)
|
||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
width: 1.25rem;
|
width: 1.25rem;
|
||||||
translate: -0.125rem;
|
translate: -0.125rem;
|
||||||
margin-right: 0.825rem;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover article {
|
a:hover article {
|
||||||
border-color: var(--hlcolor);
|
border-color: var(--hlcolor);
|
||||||
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
|
|
|
@ -40,8 +40,8 @@ const render_date = releaseDate.toLocaleDateString(
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
height: auto;
|
height: fit-content;
|
||||||
margin: 0.5rem;
|
margin: 0px 0.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
|
@ -105,11 +105,12 @@ const render_date = releaseDate.toLocaleDateString(
|
||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
width: 1.25rem;
|
width: 1.25rem;
|
||||||
translate: -0.125rem;
|
translate: -0.125rem;
|
||||||
margin-right: 0.825rem;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover article {
|
a:hover article {
|
||||||
border-color: var(--c-darkpurple);
|
border-color: var(--c-darkpurple);
|
||||||
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
|
|
Loading…
Reference in a new issue