increase top margin of footer
This commit is contained in:
parent
baa332db62
commit
bdc3c7d89d
|
@ -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
|
|
|
@ -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}`}
|
||||||
|
|
Loading…
Reference in New Issue