From 3f4b6c1b9f991f1bf875ee1f9911a71367f8fc0b Mon Sep 17 00:00:00 2001 From: Team 1280 Programming Date: Tue, 20 Feb 2024 15:44:59 -0800 Subject: [PATCH] fix: add right margin to grid container in topics, authors, and affiliations sections The changes were made to add a right margin to the grid container in the topics, authors, and affiliations sections. This was done to improve the spacing and layout of the items within the grid. --- src/app/affiliation/page.tsx | 2 +- src/app/author/page.tsx | 2 +- src/app/topic/page.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/affiliation/page.tsx b/src/app/affiliation/page.tsx index 36d3300..82a66b0 100644 --- a/src/app/affiliation/page.tsx +++ b/src/app/affiliation/page.tsx @@ -53,7 +53,7 @@ const Page = () => {

Affiliations

-
+
{allAffiliations.map((affiliationShortName) => { const { name, short } = affiliations[affiliationShortName] return ( diff --git a/src/app/author/page.tsx b/src/app/author/page.tsx index 0144594..1f5aafc 100644 --- a/src/app/author/page.tsx +++ b/src/app/author/page.tsx @@ -74,7 +74,7 @@ const Page = () => {

Authors

-
+
{sortedAuthors.map((entry) => { return ( diff --git a/src/app/topic/page.tsx b/src/app/topic/page.tsx index 4b7dcc7..394b9c6 100644 --- a/src/app/topic/page.tsx +++ b/src/app/topic/page.tsx @@ -52,7 +52,7 @@ const Page = () => {

Topics

-
+
{sortedTopics.map((entry) => { return (