mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
Mobile view works, but broke desktop in the process
This commit is contained in:
parent
bbe1cfd317
commit
28f9251512
2 changed files with 19 additions and 28 deletions
|
@ -20,18 +20,14 @@ function Footer() {
|
|||
</div>
|
||||
|
||||
<div className="footer-right">
|
||||
<div className="footer-column">
|
||||
<a href="">Home</a>
|
||||
<a href="">About</a>
|
||||
</div>
|
||||
<div className="footer-column">
|
||||
<a href="">Login</a>
|
||||
<a href="">Sign up</a>
|
||||
</div>
|
||||
<div className="footer-column">
|
||||
<a href="">Create Post</a>
|
||||
<a href="">Feed</a>
|
||||
</div>
|
||||
|
||||
<a className="footer-link" href="#">Home</a>
|
||||
<a className="footer-link" href="#">About</a>
|
||||
<a className="footer-link" href="#">Login</a>
|
||||
<a className="footer-link" href="#">Sign up</a>
|
||||
<a className="footer-link" href="#">Create Post</a>
|
||||
<a className="footer-link" href="#">Feed</a>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue