Now make the initial screen look less stupid

New sizing kinda made it look stupid. So make it less stupid looking.
This commit is contained in:
Dominik V. Salonen 2018-08-31 10:56:40 +00:00
parent 775c4a8a5a
commit 803a6bb264
2 changed files with 9 additions and 3 deletions

View File

@ -33,7 +33,10 @@
</div>
<div id="page">
<p class="initial-text">Click a button!</p>
<p class="initial-text">
<i class="fa fa-arrow-up" aria-hidden="true"></i><br>
Click a button!
</p>
</div>
</div>

View File

@ -170,8 +170,11 @@ a:hover {
#page p.initial-text:first-child {
font-size: 18pt;
text-align: center;
margin-top: 70px;
margin-bottom: 70px;
}
#page p.initial-text i {
font-size: 32pt;
margin-bottom: 15px;
}
.notice {