mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
This commit is contained in:
parent
0b4925096a
commit
81b787928b
1
app.css
1
app.css
@ -5,6 +5,7 @@
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
min-height: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
@ -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'>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user