diff --git a/IGP/Pages/Home/Parts/ContentHighlightComponent.razor b/IGP/Pages/Home/Parts/ContentHighlightComponent.razor index 3f33b2f..03b1b5b 100644 --- a/IGP/Pages/Home/Parts/ContentHighlightComponent.razor +++ b/IGP/Pages/Home/Parts/ContentHighlightComponent.razor @@ -45,9 +45,11 @@ .contentHighlightImage { border: 1px solid rgba(0,0,0,0.5); box-shadow: 2px 2px 2px rgba(0,0,0,0.5); - height: 400px; - width: 400px; - margin: auto; + width: calc(100% - 32px); + margin-left: auto; + margin-right: auto; + margin-top: 12px; + margin-bottom: 12px; } .contentHighlightCallToAction { diff --git a/IGP/Pages/StreamsPage.razor b/IGP/Pages/StreamsPage.razor index 1f53acc..c174e11 100644 --- a/IGP/Pages/StreamsPage.razor +++ b/IGP/Pages/StreamsPage.razor @@ -8,7 +8,7 @@ When and where are you streaming? - I stream Sunday updates on Twitch. + I stream Sunday updates on Twitch. What exactly are you streaming? diff --git a/IGP/wwwroot/favicon.ico b/IGP/wwwroot/favicon.ico index 6c4ce26..d1ca6bb 100644 Binary files a/IGP/wwwroot/favicon.ico and b/IGP/wwwroot/favicon.ico differ diff --git a/IGP/wwwroot/icon-192.png b/IGP/wwwroot/icon-192.png index 166f56d..5a7c1b5 100644 Binary files a/IGP/wwwroot/icon-192.png and b/IGP/wwwroot/icon-192.png differ diff --git a/IGP/wwwroot/icon-512.png b/IGP/wwwroot/icon-512.png index c2dd484..dd1ab8d 100644 Binary files a/IGP/wwwroot/icon-512.png and b/IGP/wwwroot/icon-512.png differ diff --git a/IGP/wwwroot/image/hero/Build.png b/IGP/wwwroot/image/hero/Build.png index 49f9c8d..5712023 100644 Binary files a/IGP/wwwroot/image/hero/Build.png and b/IGP/wwwroot/image/hero/Build.png differ diff --git a/IGP/wwwroot/image/hero/Database.png b/IGP/wwwroot/image/hero/Database.png index 729748b..ef381e9 100644 Binary files a/IGP/wwwroot/image/hero/Database.png and b/IGP/wwwroot/image/hero/Database.png differ diff --git a/IGP/wwwroot/image/hero/Notes.png b/IGP/wwwroot/image/hero/Notes.png index 274f011..948af7a 100644 Binary files a/IGP/wwwroot/image/hero/Notes.png and b/IGP/wwwroot/image/hero/Notes.png differ diff --git a/IGP/wwwroot/image/hero/Streams.png b/IGP/wwwroot/image/hero/Streams.png index d480060..0b5b79b 100644 Binary files a/IGP/wwwroot/image/hero/Streams.png and b/IGP/wwwroot/image/hero/Streams.png differ diff --git a/IGP/wwwroot/index.html b/IGP/wwwroot/index.html index 1b1f7ad..f1521de 100644 --- a/IGP/wwwroot/index.html +++ b/IGP/wwwroot/index.html @@ -11,6 +11,9 @@ + + + @@ -33,6 +36,7 @@ applicationCulture: 'en-US' }); +