diff --git a/Coming Soon/assets/css/style.css b/Coming Soon/assets/css/style.css index 7a1ed1c2..9e08475e 100644 --- a/Coming Soon/assets/css/style.css +++ b/Coming Soon/assets/css/style.css @@ -70,3 +70,6 @@ body { font-size: 1em; text-align: center; } +.row{ + max-width: 100vw; +} diff --git a/Coming Soon/assets/js/main.js b/Coming Soon/assets/js/main.js index 8fb45a12..5665ab9b 100644 --- a/Coming Soon/assets/js/main.js +++ b/Coming Soon/assets/js/main.js @@ -1,4 +1,4 @@ -let countDate = new Date('Oct 1, 2022 00:00:00').getTime(); +let countDate = new Date('Oct 1, 2025 00:00:00').getTime(); function countDown() { let now = new Date().getTime(); gap = countDate - now; diff --git a/Coming Soon/index.html b/Coming Soon/index.html index 30e66a3c..66f480d9 100644 --- a/Coming Soon/index.html +++ b/Coming Soon/index.html @@ -27,6 +27,7 @@ rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" /> +
@@ -67,11 +68,11 @@