diff --git a/public/css/layout.css b/public/css/layout.css index 31d0c2b57..7b3081ce3 100644 --- a/public/css/layout.css +++ b/public/css/layout.css @@ -180,12 +180,14 @@ ul#nav li a:active { background-color: transparent !important; } ul#nav li.current a { color: #F06000; } .bgvideo { + z-index: -1; object-fit: cover; width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; + } /* ------------------------------------------------------------------ */ /* c. About Section diff --git a/public/index.html b/public/index.html index ff4c8f0f5..6efbd2727 100644 --- a/public/index.html +++ b/public/index.html @@ -32,6 +32,7 @@ + diff --git a/src/Components/Contact.js b/src/Components/Contact.js index 66ae0ed4a..f6b7529d0 100644 --- a/src/Components/Contact.js +++ b/src/Components/Contact.js @@ -88,26 +88,9 @@ class Contact extends Component {
-

Latest Tweets

- -
+ + Latest Tweets + diff --git a/src/Components/Header.js b/src/Components/Header.js index 1270ea218..c4b0ffa91 100644 --- a/src/Components/Header.js +++ b/src/Components/Header.js @@ -20,9 +20,11 @@ class Header extends Component { return (
+ +