원더 2021-01-10 20:44:57 +09:00
parent 0b4925096a
commit 81b787928b
3 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
html {
scroll-behavior: smooth;
min-height: 100%;
overflow-x: hidden;
}
body {

View File

@ -5,7 +5,7 @@ import Wave from './Wave'
const Footer = (): JSX.Element => {
return (
<div className='releative'>
<Wave color='currentColor' className='dark:text-discord-dark text-white bg-discord-black' />
<Wave color='currentColor' className='dark:text-discord-dark text-white bg-discord-black -mb-10' />
<div className='bottom-0 text-white bg-discord-black'>
<Container className='pb-20 pt-10 w-11/12 lg:flex lg:pt-0 lg:w-3/5' ignoreColor>
<div className='w-full lg:flex-grow'>

View File

@ -19,7 +19,7 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
</div>
<Wave
color='currentColor'
className='dark:text-discord-black text-discord-blurple dark:bg-discord-dark bg-white'
className='-mt-10 dark:text-discord-black text-discord-blurple dark:bg-discord-dark bg-white'
/>
<Container>