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>
|
<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>
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Reference in New Issue