modified footer

This commit is contained in:
akanksha 2022-03-29 15:25:13 +05:30
parent db865107de
commit a759b411c5
3 changed files with 9 additions and 0 deletions

View File

@ -2,12 +2,14 @@ import React from 'react'
import NavBar from 'components/NavBar'
import Features from 'components/Features'
import Login from 'components/Login/Login'
import Footer from 'components/Footer/Footer'
export default function signup() {
return (
<div className="flex-column">
<NavBar />
<Login />
<Footer />
</div>
)
}

View File

@ -3,12 +3,14 @@ import Head from 'next/head'
import NavBar from 'components/NavBar'
import Features from 'components/Features'
import Reg from 'components/Reg/Reg'
import Footer from 'components/Footer/Footer'
export default function signup() {
return (
<div className="flex-column">
<NavBar />
<Reg />
<Footer />
</div>
)
}

View File

@ -1,4 +1,7 @@
.footer{
font-family: 'Montserrat', sans-serif;
position: fixed;
bottom: 0;
display: flex;
color: #fff;
align-items: center;
@ -8,9 +11,11 @@
padding: 0;
margin: 0;
height: 70px;
width: 100%;
}
.footer div{
line-height: 20px;
position: relative;
}
.icon svg{
vertical-align: middle;