Skip to content

Commit c5cfe79

Browse files
committed
refactor js
1 parent c790ac5 commit c5cfe79

File tree

3 files changed

+172
-160
lines changed

3 files changed

+172
-160
lines changed

src/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
}
113113

114114
#price-header {
115-
height: 35vh;
115+
height: 40vh;
116116
display: flex;
117117
justify-content: center;
118118
flex-direction: column;
@@ -149,7 +149,7 @@
149149
}
150150

151151
#price-header {
152-
height: 35vh;
152+
height: 40vh;
153153
display: flex;
154154
justify-content: center;
155155
flex-direction: column;

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2>{{ fiat_amount }}</h2>
106106
<i class="copy icon"></i>
107107
Copy Address
108108
</button>
109-
<h3>Address: {{ address }}</h3>
109+
<h3>{{ address }}</h3>
110110
</div>
111111
</div>
112112
<div class="ui center aligned container" id="transactions">

0 commit comments

Comments
 (0)