diff --git a/src/components/ceCard.astro b/src/components/ceCard.astro index 426ee76..09f7865 100644 --- a/src/components/ceCard.astro +++ b/src/components/ceCard.astro @@ -63,8 +63,8 @@ if(mlb === "false") { .heading-center { display: table; - width: 100%; - height: 2.5rem; + height: 4rem; + min-width: 11rem; } .heading-center > h1 { diff --git a/static/_cedata.json b/static/_cedata.json index 192f9b3..53ed7a8 100644 --- a/static/_cedata.json +++ b/static/_cedata.json @@ -4,9 +4,54 @@ "link": "merciless_one", "mlb": "true" }, + { + "name": "Ox-Demon King", + "link": "oxdemon", + "mlb": "true" + }, + { + "name": "Holy Maiden's Teachings", + "link": "maidensteachings", + "mlb": "true" + }, + { + "name": "Kaleidoscope", + "link": "kaleidoscope", + "mlb": "true" + }, + { + "name": "The Black Grail", + "link": "bg", + "mlb": "true" + }, + { + "name": "A Fragment Of 2030", + "link": "2030", + "mlb": "true" + }, + { + "name": "Outrage", + "link": "outrage", + "mlb": "false" + }, { "name": "Vessel of the Saint", "link": "vessel", "mlb": "false" + }, + { + "name": "Devilish Bodhisattva", + "link": "db", + "mlb": "true" + }, + { + "name": "500-Year Obsession", + "link": "500", + "mlb": "true" + }, + { + "name": "Prisma Cosmos", + "link": "prisma", + "mlb": "true" } ] diff --git a/static/_tadata.json b/static/_tadata.json index 35b714d..3eb0263 100644 --- a/static/_tadata.json +++ b/static/_tadata.json @@ -8,5 +8,25 @@ "title": "Kingprotea 1T", "link": "https://www.youtube.com/watch?v=m3SATSOfpt4", "image": "kingprotea" + }, + { + "title": "Solomon 1T (No NP)", + "link": "https://www.youtube.com/watch?v=01Qx4Hs-X4M", + "image": "solomon" + }, + { + "title": "Ibuki 3T (Lostbelt 5.5)", + "link": "https://www.youtube.com/watch?v=AaqRN73dO5k", + "image": "ibuki" + }, + { + "title": "Boxing 3T (Xmas 5)", + "link": "https://www.youtube.com/watch?v=S8OQ7yWldJY", + "image": "dioscuri" + }, + { + "title": "MHXX 2T (No DMG CE)", + "link": "https://www.youtube.com/watch?v=lz6iBZvoDuw", + "image": "mhxx" } ]