Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
hifocus committed May 16, 2022
1 parent 0ca5a47 commit ae8dca9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions assets/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ p {
}
}

div .texts p {
line-height: 0.02;
}

.buttons {
margin-top: 1em;
}

/* iconfont general css here */
.icon {
width: 1em;
Expand Down
4 changes: 2 additions & 2 deletions merger.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<!-- Load style files from local - Default -->
<link rel="stylesheet" href="/assets/styles/spectre.css/spectre-modified.min.css">
<link rel="stylesheet" href="/assets/styles/style.min.css">
<link rel="stylesheet" href="/assets/styles/style.css">
</head>

<body>
Expand Down Expand Up @@ -76,7 +76,7 @@ <h2 id="name"></h2>
</div>

<!-- Button Section Starts -->
<div id="pending">
<div class="buttons" id="pending">
<p id="depends" class="middlebtn">
<a href="#showqrcode" class="btn btn-primary" id="tenpaybtn" onclick="opentenpay()"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-QQ"></use>
Expand Down

0 comments on commit ae8dca9

Please sign in to comment.