Fixed the buttons not being centered correctly on mobile
This commit is contained in:
parent
7ae93706e0
commit
73628f3b2c
|
@ -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>
|
||||
<br>
|
||||
<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>
|
||||
<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>
|
||||
<br><br>
|
||||
<br>
|
||||
|
|
|
@ -752,7 +752,7 @@ iframe#markdown {
|
|||
}
|
||||
|
||||
.mainDiv .feature {
|
||||
width: calc(100% - 12vh - 12vh - 3.5vh);
|
||||
max-width: calc(100% - 12vh - 12vh - 3.5vh);
|
||||
margin-bottom: 10px;
|
||||
margin-left: 12vh;
|
||||
margin-right: 12vh;
|
||||
|
@ -765,6 +765,7 @@ iframe#markdown {
|
|||
padding-top: 15px;
|
||||
font-size: 17px;
|
||||
padding-bottom: 30px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.mainDiv .green {
|
||||
|
|
Reference in New Issue