mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
This commit is contained in:
parent
0b4925096a
commit
81b787928b
1
app.css
1
app.css
@ -5,6 +5,7 @@
|
|||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
@ -5,7 +5,7 @@ import Wave from './Wave'
|
|||||||
const Footer = (): JSX.Element => {
|
const Footer = (): JSX.Element => {
|
||||||
return (
|
return (
|
||||||
<div className='releative'>
|
<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'>
|
<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>
|
<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'>
|
<div className='w-full lg:flex-grow'>
|
||||||
|
|||||||
@ -19,7 +19,7 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
|
|||||||
</div>
|
</div>
|
||||||
<Wave
|
<Wave
|
||||||
color='currentColor'
|
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>
|
<Container>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user