Skip to content

Commit

Permalink
Update demo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev.Huang authored Jul 4, 2024
1 parent d4b16e0 commit a4c628e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
#brand {
font-weight: bold;
font-size: 13px;
font-size: 14px;
display: flex;
flex-direction: column;
align-items: flex-end;
Expand Down Expand Up @@ -167,9 +167,9 @@
.privacy-terms-links a {
text-decoration: none;
align-items: flex-end;
font-size: 12.5px;
font-size: 11px;
color: #666666; /* Dark grey color */
margin: 4 3px; /* Add margin to space out the links */
margin: 0 3px; /* Add margin to space out the links */
}

.privacy-terms-links a:hover {
Expand All @@ -193,7 +193,7 @@
</div>
<div id="brand">
<a href="https://github.com/Dev-Huang1/Air-Captcha"><img src="/assets/logo.svg" alt="AIR Captcha Logo"></a>
AIR Captcha v1
AIR Captcha
<div class="privacy-terms-links">
<a href="#">隐私</a><p>·</p><a href="#">文档</a>
</div>
Expand Down

0 comments on commit a4c628e

Please sign in to comment.