fix: button can't display well in small screen

This commit is contained in:
lifeadventurer
2023-12-23 23:11:50 +08:00
parent 4eb05b8e46
commit b4c97f5370

View File

@@ -95,8 +95,8 @@
<!-- page after button click end -->
<div class="row">
<button class="col-2 offset-5" id="btn" onclick="getLuck()">點擊打卡</button>
<div class="col-2 offset-3 bx bx-moon" id="dark-mode-icon"></div>
<button class="col-4 offset-4" id="btn" onclick="getLuck()">點擊打卡</button>
<div class="col-2 offset-2 bx bx-moon" id="dark-mode-icon"></div>
</div>
</div>