diff --git a/src/App/App.css b/src/App/App.css index c0b4883fc2cc1d1d4900c56f87a311856c5383a4..6097ba798f0d28ddb073182783b47b0e91dec177 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -301,7 +301,7 @@ color: var(--text-primary); } .navbar{ backdrop-filter: blur(5px); - background-color: rgb(255,246,242, 0.4); + background-color: rgb(255,246,242, 0.8); transition: visibility 0s, 0.6s, opacity 0.6s linear, transform 1s; } nav.navbar { @@ -4092,7 +4092,7 @@ figure img{ #exhead, #ibhead, #jughead, #mmhead, #nothead, #parhead, #reshead, #teamhead , #sphead, #suphead { - background-size: 1650px auto; + background-size: 100vw auto; background-repeat: no-repeat; } diff --git a/src/components/Tabs.tsx b/src/components/Tabs.tsx index 42054aaf059000bd168702c01a7da9b6d9e726c6..0e1123d97abe6766e59d348666069eabbf85d328 100644 --- a/src/components/Tabs.tsx +++ b/src/components/Tabs.tsx @@ -266,7 +266,7 @@ import { stringToSlug } from "../utils"; {imP} <div className="col"> - <BlockQuoteB text={data[i].quote} cite={quoted}></BlockQuoteB> + <BlockQuoteB text={data[i].quote!} cite={quoted}></BlockQuoteB> </div> {data[i].text}