Fixed the buttons not being centered correctly on mobile

This commit is contained in:
Tracker-Friendly 2024-06-20 19:46:01 +01:00
parent 7ae93706e0
commit 73628f3b2c
2 changed files with 4 additions and 3 deletions

View File

@ -20,9 +20,9 @@
<p class="burgerText">Burgernotes is the number one service for storing your <b>shopping list</b>, <b>tasks'n todos</b>, <b>code snippets</b> plus more. And it's totally free.</p> <p class="burgerText">Burgernotes is the number one service for storing your <b>shopping list</b>, <b>tasks'n todos</b>, <b>code snippets</b> plus more. And it's totally free.</p>
<br> <br>
<div class="hAlign downloadDiv"> <div class="hAlign downloadDiv">
<a href="/download">Download</a> <a href="/download"><div class="vAlign"><text>Download</text></div></a>
<div class="vAlign"><p> or </p></div> <div class="vAlign"><p> or </p></div>
<a href="/app">Open in your web browser</a> <a href="/app"><div class="vAlign"><text>Open in your web browser</text></div></a>
</div> </div>
<br><br> <br><br>
<br> <br>

View File

@ -752,7 +752,7 @@ iframe#markdown {
} }
.mainDiv .feature { .mainDiv .feature {
width: calc(100% - 12vh - 12vh - 3.5vh); max-width: calc(100% - 12vh - 12vh - 3.5vh);
margin-bottom: 10px; margin-bottom: 10px;
margin-left: 12vh; margin-left: 12vh;
margin-right: 12vh; margin-right: 12vh;
@ -765,6 +765,7 @@ iframe#markdown {
padding-top: 15px; padding-top: 15px;
font-size: 17px; font-size: 17px;
padding-bottom: 30px; padding-bottom: 30px;
overflow-x: auto;
} }
.mainDiv .green { .mainDiv .green {