Skip to content

Commit 1925a3d

Browse files
committed
Build fix
1 parent 0fd302b commit 1925a3d

4 files changed

Lines changed: 3 additions & 22 deletions

File tree

build.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

generate-config.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>NFTs</title>
5+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
67
<link rel="preconnect" href="https://fonts.googleapis.com" />
78
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

style/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ img {
249249
transition-delay: 0s;
250250
}
251251
.btn-modal-exit {
252-
position: absolute;
252+
position: absolute;
253253
right: 0px;
254254
top: 0px;
255255
z-index: 2;
@@ -269,7 +269,7 @@ position: absolute;
269269
border: none;
270270
}
271271
.btn-modal-exit:after {
272-
content: '\00d7'; /* This will render the 'X' */
272+
content: "\00D7";
273273
}
274274

275275
.absolute {

0 commit comments

Comments
 (0)