aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.css4
-rw-r--r--src/App.js3
2 files changed, 2 insertions, 5 deletions
diff --git a/src/App.css b/src/App.css
index e6ea250..48959cc 100644
--- a/src/App.css
+++ b/src/App.css
@@ -44,11 +44,11 @@
}
.sidenav {
- height: 80%;
+ height: 90%;
width: 10%;
position: fixed;
z-index: 1;
- top: 5%;
+ top: 1.5%;
left: 0;
background-color: #111;
overflow-x: hidden;
diff --git a/src/App.js b/src/App.js
index e26bd19..d9ead0b 100644
--- a/src/App.js
+++ b/src/App.js
@@ -37,9 +37,6 @@ function App() {
<body>
<TerminalManager />
</body>
- <footer>
- <div className='footer'>Featherfall Software</div>
- </footer>
</div>
);
}