diff --git a/src/App.css b/src/App.css
index c25c50f..94acd72 100644
--- a/src/App.css
+++ b/src/App.css
@@ -72,7 +72,6 @@ a {
left: 0;
transition: .4s;
overflow: hidden;
- border-bottom: solid 3px rgb(156, 49, 45, .4);
}
.navControl{
@@ -93,8 +92,7 @@ a {
text-align: center;
font-size: 1.2rem;
transition: .4s;
- padding-top: .5rem;
- padding-bottom: .5rem;
+ font-size: 1rem;
background-color: rgb(156, 49, 45, .4);
}
@@ -106,6 +104,8 @@ a {
color: white;
margin: 0px;
display: block;
+ padding-top: .3rem;
+ padding-bottom: .3rem;
}
#home {
@@ -315,6 +315,15 @@ a {
display: unset;
}
+ .header{
+ background-color: #1a1a1a;
+ border-bottom: solid 3px rgb(156, 49, 45, .4);
+ }
+
+ .header h1{
+ font-size: 1.5rem;
+ }
+
.navBar {
flex-direction: column;
}
@@ -323,6 +332,10 @@ a {
width: 100vw;
}
+ .navControl{
+ max-height: 0px;
+ }
+
.projectList {
width: 95%;
}
diff --git a/src/App.js b/src/App.js
index 8cb2ab1..ced4eaf 100644
--- a/src/App.js
+++ b/src/App.js
@@ -10,7 +10,9 @@ import Activities from './pages/Activities';
import AboutMe from './pages/AboutMe';
import AOS from 'aos';
import 'aos/dist/aos.css'; // You can also use for styles
-import './responsive'
+import { toggleMenu } from './responsive'
+
+
AOS.init();
function App() {
@@ -19,7 +21,7 @@ function App() {
Andrew Simonson
-
+