increase horizontal page container padding

This commit is contained in:
saml33 2021-09-20 10:50:51 +10:00
parent 9123e63344
commit 3d777a4ab1
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import { PageBodyWrapper } from './styles'
const PageBodyContainer = ({ children }) => ( const PageBodyContainer = ({ children }) => (
<PageBodyWrapper className="grid grid-cols-12 gap-4 pb-14"> <PageBodyWrapper className="grid grid-cols-12 gap-4 pb-14">
<div className="col-span-12 px-4 xl:px-10 xl:col-span-12 2xl:col-start-2 2xl:col-span-10"> <div className="col-span-12 px-4 lg:px-10 xl:col-span-12 2xl:col-start-2 2xl:col-span-10">
{children} {children}
</div> </div>
</PageBodyWrapper> </PageBodyWrapper>

View File

@ -20,7 +20,7 @@ const TopBar = () => {
return ( return (
<> <>
<nav className={`bg-th-bkg-2 border-b border-th-bkg-2`}> <nav className={`bg-th-bkg-2 border-b border-th-bkg-2`}>
<div className={`pl-2 md:px-4`}> <div className={`pl-2 md:px-4 lg:px-10`}>
<div className={`flex justify-between h-14`}> <div className={`flex justify-between h-14`}>
<div className={`flex`}> <div className={`flex`}>
<Link href="/spot/BTC"> <Link href="/spot/BTC">