Fix margins and add webext note

master
rubenwardy 2021-03-10 15:08:00 +00:00
parent 2b87e93d1c
commit 43249cad23
4 changed files with 16 additions and 14 deletions

View File

@ -21,10 +21,6 @@ test:
pages:
stage: deploy
interruptible: true
before_script:
- rm Gemfile.lock
- apk add --update curl
- rm -rf /var/cache/apk/*
script:
- bundle exec jekyll build -d public
artifacts:

View File

@ -2,6 +2,15 @@
layout: default
---
<style>
h2:not(:first-child) {
margin-top: 2em !important;
}
h3 {
font-size: 1.2em !important;
}
</style>
<article class="section content">
{{ content }}
</article>

View File

@ -3,15 +3,6 @@ title: Help and FAQ
layout: article
---
<style>
h2:not(:first-child) {
margin-top: 2em !important;
}
h3 {
font-size: 1.2em !important;
}
</style>
# Help and FAQ
## Frequently Asked Questions

View File

@ -5,7 +5,7 @@ layout: default
<a name="top"></a>
<header class="section content mt-5">
<header class="section content">
<h1>Homescreen</h1>
<p>
{{ site.description }}
@ -30,6 +30,9 @@ layout: default
<span>Web</span>
</a>
</p>
<p class="has-text-grey-light">
Browser extensions coming soon
</p>
</header>
{% for item in site.data.features %}
@ -93,4 +96,7 @@ layout: default
<span>Web</span>
</a>
</p>
<p class="has-text-grey-light mt-3">
Browser extensions coming soon
</p>
</section>