Skip to content

Commit e455134

Browse files
committed
add a banner.
1 parent d92a668 commit e455134

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

_includes/banner.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="hero_area">
1+
<div class="hero_area" xmlns="http://www.w3.org/1999/html">
22
<div class="hero_bg_box">
33
<img src="{{site.url}}/assets/images/banner.jpg" alt="">
44
</div>
@@ -21,8 +21,7 @@ <h1>
2121
</div>
2222
</div>
2323

24-
<span><strong>The first mineable DAG</strong></span>
25-
<span><strong>Unlimited Trades, Endless Prowess</strong></span>
24+
<span><strong>The first mineable DAG <br/>Unlimited Trades, Endless Prowess</strong></span>
2625

2726
<div>
2827
<a href="https://github.com/XDagger" target="_blank"><button class="bannerBtn2">source <i class="fa fa-angle-double-right"></i></button></a>

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ a-scene {
956956
}
957957
.topText span{
958958
display: inline-block;
959-
font-size: 24px;
959+
font-size: 18px;
960960
height: 20vh;
961961
width: 550px;
962962
max-width: 80%;

0 commit comments

Comments
 (0)