Skip to content
Snippets Groups Projects
Commit 2028b388 authored by Kaya Lange's avatar Kaya Lange
Browse files
parents e3f211cc b4a2032b
No related branches found
No related tags found
No related merge requests found
Pipeline #490485 passed
...@@ -301,7 +301,7 @@ color: var(--text-primary); ...@@ -301,7 +301,7 @@ color: var(--text-primary);
} }
.navbar{ .navbar{
backdrop-filter: blur(5px); 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; transition: visibility 0s, 0.6s, opacity 0.6s linear, transform 1s;
} }
nav.navbar { nav.navbar {
...@@ -4092,7 +4092,7 @@ figure img{ ...@@ -4092,7 +4092,7 @@ figure img{
#exhead, #ibhead, #jughead, #mmhead, #nothead, #parhead, #reshead, #teamhead #exhead, #ibhead, #jughead, #mmhead, #nothead, #parhead, #reshead, #teamhead
, #sphead, #suphead , #sphead, #suphead
{ {
background-size: 1650px auto; background-size: 100vw auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
......
...@@ -266,7 +266,7 @@ import { stringToSlug } from "../utils"; ...@@ -266,7 +266,7 @@ import { stringToSlug } from "../utils";
{imP} {imP}
<div className="col"> <div className="col">
<BlockQuoteB text={data[i].quote} cite={quoted}></BlockQuoteB> <BlockQuoteB text={data[i].quote!} cite={quoted}></BlockQuoteB>
</div> </div>
{data[i].text} {data[i].text}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment