Contact US
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/assets/css/faq.css b/assets/css/faq.css index ee052ac7..1615997b 100644 --- a/assets/css/faq.css +++ b/assets/css/faq.css @@ -367,7 +367,7 @@ h1 { position: absolute; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); - z-index: 1; + z-index: 6; width: 200px; padding: 10px; border-radius: 5px; @@ -592,18 +592,22 @@ h1 { - /* Mobile Responsiveness */ /* For landscape phones, 576px and up */ @media (max-width: 576px) { .navbar-nav { flex-direction: column; align-items: flex-start; + margin-top: 5px; } + .navbar .container{ + padding: 0px 20px; + } .nav-item { margin-left: 0; width: 100%; + margin-top: 10px; } .nav-link { @@ -621,11 +625,15 @@ h1 { .navbar-nav { flex-direction: column; align-items: flex-start; + margin-top: 5px; } - + .navbar .container{ + padding: 0px 20px !important; + } .nav-item { margin-left: 0; width: 100%; + margin-top: 10px; } .nav-link { @@ -670,5 +678,4 @@ h1 { padding: 0.5rem 1rem; width: auto; } -} - +} \ No newline at end of file diff --git a/assets/css/stylesheet.css b/assets/css/stylesheet.css index 60341c98..351e46b6 100644 --- a/assets/css/stylesheet.css +++ b/assets/css/stylesheet.css @@ -34,6 +34,7 @@ i { font-style: italic; } .banner { + position: relative; display: block; width:100%; } @@ -44,7 +45,7 @@ i { .jumbotron-bg::before { content: ''; position: absolute; - top: 70px; + top: 0px; left: 0; width: 100%; height: 100%; @@ -351,7 +352,7 @@ h1 { position: absolute; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); - z-index: 1; + z-index: 6; width: 200px; padding: 10px; border-radius: 5px; @@ -575,7 +576,10 @@ h1 { - +.fa-question-circle{ +font-size: 22px !important; +margin-right: 7px !important; +} /* Mobile Responsiveness */ /* For landscape phones, 576px and up */ @@ -583,11 +587,16 @@ h1 { .navbar-nav { flex-direction: column; align-items: flex-start; + margin-top: 5px !important; } + .navbar .container{ + padding: 0px 20px !important; + } .nav-item { margin-left: 0; width: 100%; + margin-top: 10px !important; } .nav-link { @@ -605,11 +614,15 @@ h1 { .navbar-nav { flex-direction: column; align-items: flex-start; + margin-top: 5px; } - + .navbar .container{ + padding: 0px 20px; + } .nav-item { margin-left: 0; width: 100%; + margin-top: 10px; } .nav-link { diff --git a/index.html b/index.html index 17982bb8..216324e5 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,8 @@ - + + @@ -237,7 +238,8 @@ position: relative; z-index: 100; } - + + @media (max-width: 1200px) and (min-width:995px) { .card-title { font-size: 1.25rem; @@ -275,7 +277,17 @@ margin: 10px; box-sizing: border-box; } - + .navbar .container{ + background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; +} +@media (max-width:768px) { + .navbar .container{ + padding: 0px 20px; + } + } + .nav-item{ + margin-top: 5px; + } #products .card img { width: 100%; height: 200px; @@ -303,7 +315,7 @@ position: absolute; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); - z-index: 1; + z-index: 6; width: 200px; font-size: 14px; padding: 10px; @@ -491,7 +503,7 @@