Polish new android section
This commit is contained in:
parent
efbc4d607c
commit
bfae22c80b
3 changed files with 5 additions and 4 deletions
|
@ -118,12 +118,11 @@ title: Pepperminty Wiki
|
|||
</figure>
|
||||
</div>
|
||||
|
||||
<div class="panel-small double margin-vertical padding-medium">
|
||||
<div class="panel-small double lean-left margin-vertical padding-medium">
|
||||
<div class="left centre">
|
||||
<img class="invert-when-dark" alt="" src="static/images/icon-phone.svg" />
|
||||
TODO replace this with a screenshot
|
||||
<img class="tall-image-limiter" alt="" src="static/images/android-client-dark.png" />
|
||||
</div>
|
||||
<div class="right">
|
||||
<div class="right centre">
|
||||
<p><strong>Android App</strong></p>
|
||||
<p>A native android client app enables browsing your wiki at speed on your phone!</p>
|
||||
<p>It's a work in progress, so more features will be added incrementally.</p>
|
||||
|
|
|
@ -229,6 +229,8 @@ button, summary { cursor: pointer; }
|
|||
.logo.medium { max-width: 1.5em; }
|
||||
.logo.small { max-width: 1em; }
|
||||
|
||||
.tall-image-limiter { max-height: 80vh; }
|
||||
|
||||
.feature-list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(min(20em, 100%), 1fr));
|
||||
|
|
BIN
src/static/images/android-client-dark.png
Normal file
BIN
src/static/images/android-client-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
Loading…
Reference in a new issue