remove inline style

This commit is contained in:
AlecM33
2022-03-01 21:40:17 -05:00
parent cffa8335f6
commit 6772f85da3
2 changed files with 7 additions and 1 deletions

View File

@@ -149,6 +149,12 @@ textarea {
display: flex;
}
.teaser {
text-align:center;
color:gray;
margin-bottom:3em;
}
#footer > div, #footer > a {
margin: 0.5em;
}

View File

@@ -109,7 +109,7 @@
<br><br>
<img class='tutorial-image-small' src="../images/tutorial/transfer-mod.gif"/>
<br><br>
<p style="text-align:center;color:gray;margin-bottom:3em;">More content coming soon.</p>
<p class="teaser">More content coming soon.</p>
</div>
</div>
<script src="/dist/howToUse-bundle.js"></script>