+
+
diff --git a/frontend/src/style/_footer.scss b/frontend/src/style/_footer.scss
new file mode 100644
index 0000000..d43d620
--- /dev/null
+++ b/frontend/src/style/_footer.scss
@@ -0,0 +1,9 @@
+footer {
+ margin: 2em 0 1em;
+
+ p {
+ margin: 0;
+ text-align: center;
+ font-size: .85em;
+ }
+}
diff --git a/frontend/src/style/main.scss b/frontend/src/style/main.scss
index e91775b..90a8a43 100644
--- a/frontend/src/style/main.scss
+++ b/frontend/src/style/main.scss
@@ -72,4 +72,5 @@ tr.index-item:hover {
// Components
@import "root";
@import "nav";
+@import "footer";
@import "pkginfo";