Makes print text a bit smaller.
This commit is contained in:
@@ -44,7 +44,7 @@ function RouteComponent() {
|
|||||||
console.log("Parsed data: ", relationships);
|
console.log("Parsed data: ", relationships);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="fill-w py-8 columns-2 gap-8">
|
<div className="fill-w py-8 columns-2 gap-8 text-sm">
|
||||||
<SessionPrintRow session={session}></SessionPrintRow>
|
<SessionPrintRow session={session}></SessionPrintRow>
|
||||||
|
|
||||||
{[
|
{[
|
||||||
|
|||||||
Reference in New Issue
Block a user