Skip to content

Commit 6bb81d6

Browse files
Linda Penglpatmo
authored andcommitted
Some styling for footer
1 parent b3d7c96 commit 6bb81d6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/App.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ body {
3939
-moz-osx-font-smoothing: grayscale;
4040
}
4141

42+
footer {
43+
margin-bottom: 1em;
44+
text-align: right;
45+
}
46+
4247
code {
4348
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
4449
monospace;

src/pages/pageSections/Footer/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import React from 'react';
22

33
export default function Footer() {
44
return (
5-
<>
5+
<footer>
66
<hr />
7-
&copy; 2020 (in beta) | Contribute:{' '}
7+
&copy; 2020 (in alpha) | Contribute:{' '}
88
<a href="https://github.com/codebuddies/frontend">Frontend</a> |{' '}
99
<a href="https://github.com/codebuddies/backend">Backend</a>
10-
</>
10+
</footer>
1111
);
1212
}

0 commit comments

Comments
 (0)