aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/styles/Footer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/Footer.ts')
-rw-r--r--src/styles/Footer.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/styles/Footer.ts b/src/styles/Footer.ts
deleted file mode 100644
index a121b68..0000000
--- a/src/styles/Footer.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import styled from "styled-components";
-
-export default styled.div`
- width: 100%;
- position: fixed;
- left: 0px;
- bottom: 0px;
- text-align: center;
- font-size: 12px;
- span {
- background-color: #e1e1e1;
- }
-`;