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

@ -4,19 +4,4 @@ echo primsa migrate
npm run migrate npm run migrate
echo build with npm echo build with npm
npm run build 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 ( return (
<footer> <footer>
<Container className='my-3'> <Container className='my-3 mt-5'>
{data && {data &&
<div <div
className={`text-small mx-auto mb-2 ${styles.connect}`} className={`text-small mx-auto mb-2 ${styles.connect}`}