increase top margin of footer

This commit is contained in:
keyan 2021-07-12 16:45:16 -05:00
parent baa332db62
commit bdc3c7d89d
2 changed files with 2 additions and 17 deletions

View File

@ -5,18 +5,3 @@ npm run migrate
echo build with npm
npm run build
# echo installing yarn
# sudo npm install yarn -g
# echo link yarn $(npm bin --global) $(sudo npm bin --global)
# sudo ln -fs "$(npm bin --global)"/yarn /usr/bin/yarn
# echo install
# yarn install
# echo gen primsa client
# prisma generate
# echo build
# yarn build

View File

@ -18,7 +18,7 @@ export default function Footer () {
return (
<footer>
<Container className='my-3'>
<Container className='my-3 mt-5'>
{data &&
<div
className={`text-small mx-auto mb-2 ${styles.connect}`}