Skip to content

Commit edb428d

Browse files
committed
padding
1 parent 83faaf0 commit edb428d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/community-guidelines-slack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const ResourcesPage = () => {
3939
>
4040
<div className="absolute inset-0 flex justify-center items-center">
4141
<div className="container mx-auto">
42-
<div className="flex flex-wrap -mx-6 justify-center items-center">
42+
<div className="flex flex-wrap -mx-4 lg:-mx-6 justify-center items-center">
4343
<div className="w-full lg:w-6/12 px-6 md:mt-0 text-white text-center">
4444
<h1 className="leading-none text-white text-4xl lg:text-5xl mb-3">
4545
SDV Slack Community Guidelines

src/pages/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ResourcesPage = () => (
2323
>
2424
<div className="absolute inset-0 flex justify-center items-center">
2525
<div className="container mx-auto">
26-
<div className="flex flex-wrap -mx-6 justify-center items-center">
26+
<div className="flex flex-wrap -mx-4 lg:-mx-6 justify-center items-center">
2727
<div className="w-full lg:w-6/12 px-6 md:mt-0 text-white text-center">
2828
<h1 className="leading-none text-white text-4xl lg:text-5xl mb-3">
2929
Research papers

0 commit comments

Comments
 (0)