Skip to content

Commit

Permalink
Fix: Updated footer & app UI (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Feb 23, 2024
1 parent e0923e7 commit ccaedb4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
14 changes: 14 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@
background-color: #ff8623;
transition: background-color 0.3s;
}

@media (min-width: 900px) {
#search {
margin-top: 6px;
}

#form1 {
margin-right: 0;
}

#my-heading {
margin-top: 14px;
}
}
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CQKJ67FXZ4"></script>
<script>
Expand Down
5 changes: 5 additions & 0 deletions MovieVerse-Frontend/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2633,4 +2633,9 @@ footer {
background-color: #7378c5;
color: white;
transition: 0.3s ease-in;
}

footer p:hover {
transition: 0.1s ease-in;
color: #ff8623;
}
4 changes: 1 addition & 3 deletions MovieVerse-Frontend/js/systemjs-importmap.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
let System = window.System = window.System || {};
System.import('@system-env').then(env => {
env.production = true; // Set to true for production
env.production = true;
if (!env.production) {
// Development URLs
let System = window.System;
System.importMap({
"imports": {
Expand All @@ -14,7 +13,6 @@ System.import('@system-env').then(env => {
});
}
else {
// Production URLs
let System = window.System;
System.importMap({
"imports": {
Expand Down

0 comments on commit ccaedb4

Please sign in to comment.