diff --git a/MovieVerse-Frontend/html/about.html b/MovieVerse-Frontend/html/about.html
index d903e903..e277188f 100644
--- a/MovieVerse-Frontend/html/about.html
+++ b/MovieVerse-Frontend/html/about.html
@@ -51,6 +51,16 @@
border-radius: 10px;
z-index: 10;
}
+
+ @media (min-width: 900px) {
+ #search {
+ margin-top: 16px;
+ }
+
+ #form1 {
+ margin-right: 0;
+ }
+ }
diff --git a/MovieVerse-Frontend/html/actor-details.html b/MovieVerse-Frontend/html/actor-details.html
index 278979a4..7d17b225 100644
--- a/MovieVerse-Frontend/html/actor-details.html
+++ b/MovieVerse-Frontend/html/actor-details.html
@@ -39,6 +39,17 @@
gtag('config', 'G-CQKJ67FXZ4');
+
diff --git a/MovieVerse-Frontend/html/analytics.html b/MovieVerse-Frontend/html/analytics.html
index 8f5c38b8..befd6187 100644
--- a/MovieVerse-Frontend/html/analytics.html
+++ b/MovieVerse-Frontend/html/analytics.html
@@ -39,6 +39,17 @@
gtag('config', 'G-CQKJ67FXZ4');
+
-
+
-
+
diff --git a/MovieVerse-Frontend/html/create-account.html b/MovieVerse-Frontend/html/create-account.html
index 8b2409df..8121f254 100644
--- a/MovieVerse-Frontend/html/create-account.html
+++ b/MovieVerse-Frontend/html/create-account.html
@@ -92,6 +92,12 @@
background-color: #22254b;
color: white;
}
+
+ @media (min-width: 900px) {
+ #search {
+ margin-top: 0;
+ }
+ }
+
-
+
-
+
-
+
diff --git a/MovieVerse-Frontend/html/favorites.html b/MovieVerse-Frontend/html/favorites.html
index ac6fe2c9..ca0fe139 100644
--- a/MovieVerse-Frontend/html/favorites.html
+++ b/MovieVerse-Frontend/html/favorites.html
@@ -170,6 +170,16 @@
#how-to-use-section:hover {
background-color: #534caf;
}
+
+ @media (min-width: 900px) {
+ #search {
+ margin-top: 16px;
+ }
+
+ #form1 {
+ margin-right: 0;
+ }
+ }
diff --git a/MovieVerse-Frontend/html/movie-details.html b/MovieVerse-Frontend/html/movie-details.html
index 94134e90..841f82ef 100644
--- a/MovieVerse-Frontend/html/movie-details.html
+++ b/MovieVerse-Frontend/html/movie-details.html
@@ -46,6 +46,16 @@
min-width: 400px;
margin-top: 0;
}
+
+ @media (min-width: 900px) {
+ #search {
+ margin-top: 16px;
+ }
+
+ #form1 {
+ margin-right: 0;
+ }
+ }
@@ -79,12 +89,12 @@
-
+
-
+
diff --git a/MovieVerse-Frontend/html/movie-match.html b/MovieVerse-Frontend/html/movie-match.html
index 53907f93..0231fb61 100644
--- a/MovieVerse-Frontend/html/movie-match.html
+++ b/MovieVerse-Frontend/html/movie-match.html
@@ -40,6 +40,21 @@
gtag('config', 'G-CQKJ67FXZ4');
+
@@ -67,7 +82,7 @@
diff --git a/MovieVerse-Frontend/html/movie-timeline.html b/MovieVerse-Frontend/html/movie-timeline.html
index 25389156..44ba24d5 100644
--- a/MovieVerse-Frontend/html/movie-timeline.html
+++ b/MovieVerse-Frontend/html/movie-timeline.html
@@ -41,6 +41,21 @@
gtag('config', 'G-CQKJ67FXZ4');
+
diff --git a/MovieVerse-Frontend/html/privacy-policy.html b/MovieVerse-Frontend/html/privacy-policy.html
index 0e777278..af886649 100644
--- a/MovieVerse-Frontend/html/privacy-policy.html
+++ b/MovieVerse-Frontend/html/privacy-policy.html
@@ -59,6 +59,16 @@
color: #ff8623;
text-decoration: underline;
}
+
+ @media (min-width: 900px) {
+ #search {
+ margin-top: 16px;
+ }
+
+ #form1 {
+ margin-right: 0;
+ }
+ }
diff --git a/MovieVerse-Frontend/html/terms-of-service.html b/MovieVerse-Frontend/html/terms-of-service.html
index aeba889f..3ec51a45 100644
--- a/MovieVerse-Frontend/html/terms-of-service.html
+++ b/MovieVerse-Frontend/html/terms-of-service.html
@@ -59,6 +59,20 @@
color: #ff8623;
text-decoration: underline;
}
+
+ @media (min-width: 900px) {
+ #search {
+ margin-top: 16px;
+ }
+
+ #form1 {
+ margin-right: 0;
+ }
+
+ header {
+ margin-top: -5px;
+ }
+ }
diff --git a/index.html b/index.html
index e8b611b1..1a127032 100644
--- a/index.html
+++ b/index.html
@@ -40,6 +40,52 @@
+
@@ -365,53 +411,6 @@ Trending
- {
- "@context": "http://schema.org",
- "@type": "Movie",
- "name": "Inception",
- "image": "https://movie-verse.com/images/inception.jpg",
- "director": {
- "@type": "Person",
- "name": "Christopher Nolan",
- "url": "https://movie-verse.com/MovieVerse-Frontend/html/christopher-nolan.html"
- },
- "genre": ["Action", "Adventure", "Sci-Fi"],
- "actor": [
- {
- "@type": "Person",
- "name": "Leonardo DiCaprio",
- "url": "https://movie-verse.com/MovieVerse-Frontend/html/leonardo-dicaprio.html"
- }
- ],
- "aggregateRating": {
- "@type": "AggregateRating",
- "ratingValue": "8.8",
- "reviewCount": "1043299",
- "bestRating": "10",
- "worstRating": "1"
- },
- "review": {
- "@type": "Review",
- "author": {
- "@type": "Person",
- "name": "Jane Doe"
- },
- "datePublished": "2020-01-06",
- "reviewRating": {
- "@type": "Rating",
- "ratingValue": "9",
- "bestRating": "10",
- "worstRating": "1"
- },
- "reviewBody": "Inception is a masterpiece of narrative complexity, with an innovative structure and a compelling exploration of themes such as dream manipulation and the nature of reality."
- },
- "description": "A thief who steals corporate secrets through the use of dream-sharing technology is given the inverse task of planting an idea into the mind of a C.E.O.",
- "datePublished": "2010-07-16",
- "url": "https://movie-verse.com/MovieVerse-Frontend/html/inception.html"
- }
-
-