feat(Website) Added offline mode, updated images
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<PaperComponent>
|
||||
<InfoBodyComponent>
|
||||
<InfoQuestionComponent>When and where are you streaming?</InfoQuestionComponent>
|
||||
<InfoAnswerComponent>I stream Sunday updates on <a href="https://www.twitch.tv/iremirror" target="_blank">Twitch</a>.</InfoAnswerComponent>
|
||||
<InfoAnswerComponent>I stream Sunday updates on <a href="https://www.twitch.tv/jonathanmccaffrey" target="_blank">Twitch</a>.</InfoAnswerComponent>
|
||||
</InfoBodyComponent>
|
||||
<InfoBodyComponent>
|
||||
<InfoQuestionComponent>What exactly are you streaming?</InfoQuestionComponent>
|
||||
|
||||
Reference in New Issue
Block a user