diff options
Diffstat (limited to 'site/public/index.html')
-rw-r--r-- | site/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/public/index.html b/site/public/index.html index 4d9610d..83488af 100644 --- a/site/public/index.html +++ b/site/public/index.html | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | <head> | 4 | <head> |
5 | <meta charset="UTF-8"> | 5 | <meta charset="UTF-8"> |
6 | <title></title> | 6 | <title>Gradecoin</title> |
7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
8 | <style> | 8 | <style> |
9 | :root { | 9 | :root { |
@@ -73,7 +73,7 @@ | |||
73 | <div> | 73 | <div> |
74 | </div> | 74 | </div> |
75 | </section> | 75 | </section> |
76 | <img class="hero-image" style="width: 45%" src="https://gradecoin.xyz/gradecoin.png"> | 76 | <img class="hero-image" style="width: 40%" src="https://gradecoin.xyz/gradecoin.png"> |
77 | 77 | ||
78 | <div class="explore-more text" | 78 | <div class="explore-more text" |
79 | onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})"> | 79 | onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})"> |