resolution fix
This commit is contained in:
parent
7d6f6eb4d5
commit
d19ded377f
6 changed files with 19 additions and 9 deletions
src/pages
|
@ -35,13 +35,20 @@ data.map((item) => { item.origin = "First 120 on NA" })
|
|||
currentpage="fgo"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
<SmallTitle maintext="FGO Information" subtext={subtext} fadeout={true} />
|
||||
<SmallTitle maintext="FGO Infos" subtext={subtext} fadeout={true} />
|
||||
<BaseSection title="Highlights">
|
||||
{data.map((item) => <FavouriteCard {...item} />)}
|
||||
</BaseSection>
|
||||
<div class="placeholder"></div>
|
||||
<BaseSection title="Infos" titleHidden={true}>
|
||||
{projects.map((item) => <ProjectCard {...item} />)}
|
||||
</BaseSection>
|
||||
</Layout>
|
||||
|
||||
<style></style>
|
||||
<style>
|
||||
.placeholder {
|
||||
visibility: hidden;
|
||||
width: 100%;
|
||||
height: 1.5rem;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue