diff --git a/faq-website.css b/faq-website.css
index a0cf1449..ff45a771 100644
--- a/faq-website.css
+++ b/faq-website.css
@@ -232,11 +232,16 @@
color: white;
background-color: rgb(40, 87, 241);
}
-
-
-
-
-
+ @media only screen and (max-width:465px){
+ .newNav img{
+ position: relative;
+ right: 14px;
+ }
+ .nav__logo{
+ position: relative;
+ right: 16px;
+ }
+ }
diff --git a/faq.html b/faq.html
index fb9db66d..ee5fcd02 100644
--- a/faq.html
+++ b/faq.html
@@ -172,9 +172,9 @@
-
- view