diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index a708d0d..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/css/general.css b/css/general.css index 3bc4d98..5fb4710 100644 --- a/css/general.css +++ b/css/general.css @@ -49,14 +49,6 @@ nav * { transition: 0.5s; } -#nav-logo-div { - height: 50px; - width: 258px; - margin: none; - display: inline block; - position: fixed; -} - #nav-logo-a { position: relative; } @@ -151,8 +143,15 @@ nav ul li { } #banner { - height: 100%; - /* width: 50%; */ + width: 70%; + position: absolute; + justify-content: center; + display: inline-flex; + top: 16px; + font-size: 20px; + margin: auto; + /* height: 100%; + width: 50%; width: 380px; margin: auto; font-size: 20px; @@ -160,7 +159,7 @@ nav ul li { position: relative; justify-content: left; overflow: hidden; - align-items: center; + align-items: center; */ } #banner-text { @@ -239,6 +238,11 @@ nav ul li { } /* Responsive Functions */ +@media (max-width: 1300px) { + #banner { + width: 50%; + } +} @media (max-width: 1150px) { #banner { display: none; diff --git a/img/.DS_Store b/img/.DS_Store deleted file mode 100644 index 908f667..0000000 Binary files a/img/.DS_Store and /dev/null differ diff --git a/index.html b/index.html index 681a83d..a4d04ad 100644 --- a/index.html +++ b/index.html @@ -49,6 +49,9 @@ +