Add and tweak headings as h2

This commit is contained in:
Starbeamrainbowlabs 2020-05-09 19:07:22 +01:00
parent 33649a1d62
commit fb58beb350
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 10 additions and 4 deletions

View File

@ -28,6 +28,8 @@ title: Pepperminty Wiki
<!-- Feature list -->
<h2 class="margin-top">Features</h2>
<div class="feature-list">
<figure class="feature">
<img alt="placeholder" src="https://starbeamrainbowlabs.com/images/placeholder/?width=256&amp;height=256" />
@ -111,7 +113,9 @@ title: Pepperminty Wiki
<!-- Screenshots -->
<div class="double lean-left margin-top">
<h2 class="margin-top">Screenshots</h2>
<div class="double lean-left">
<img class="left margin-medium lift-from-page" src="static/images/page-dark.png" alt="Screenshot showing the dark theme and the menu off" />
<!-- <div class="left">
</div> -->
@ -147,8 +151,9 @@ title: Pepperminty Wiki
<!-- Download -->
<div class="feature-small margin-vertical">
<h2>Download</h2>
<div class="feature-small">
<h2 class="margin-top">Download</h2>
<div class="padding-horizontal centre-text">
<p>Download Pepperminty Wiki in the way that's best for you. Simply upload the <code>index.php</code> file you download to an empty directory on your PHP-enabled web server, and you're away!</p>
<p>If you encounter difficulties, try reading the <a href="https://starbeamrainbowlabs.com/labs/peppermint/__nightdocs/01-Welcome.html">documentation</a>. Still having issues? <a href="https://github.com/sbrl/Pepperminty-Wiki/issues/new">Open an issue</a> and we'll try and help you out.</p>
@ -161,7 +166,7 @@ title: Pepperminty Wiki
<div class="feature-list">
<div class="feature vertical centre-text panel-small padding-medium">
<p>Get a prebuilt version with all the latest features.</p>
<p><a class="action-button" href="https://github.com/sbrl/Pepperminty-Wiki/releases/latest">Latest Release</a></p>
<p><a class="action-button major" href="https://github.com/sbrl/Pepperminty-Wiki/releases/latest">Latest Release</a></p>
</div>
<div class="feature vertical centre-text panel-small padding-medium">
<p>Pick and choose features to include.</p>

View File

@ -179,6 +179,7 @@ button, summary { cursor: pointer; }
box-shadow: 0 0 0.25em var(--shadow);
transform: translateY(0.1em);
}
.action-button.major { background: var(--highlight-minor); }
/*