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:
parent
775c4a8a5a
commit
803a6bb264
|
@ -33,7 +33,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="page">
|
<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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -170,8 +170,11 @@ a:hover {
|
||||||
#page p.initial-text:first-child {
|
#page p.initial-text:first-child {
|
||||||
font-size: 18pt;
|
font-size: 18pt;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 70px;
|
}
|
||||||
margin-bottom: 70px;
|
|
||||||
|
#page p.initial-text i {
|
||||||
|
font-size: 32pt;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice {
|
.notice {
|
||||||
|
|
Loading…
Reference in New Issue