mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-01 10:56:14 -04:00
Add spacing between buttons on mobile (#1648)
Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
parent
df94276c31
commit
68096ef2ab
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
{% endblock %}
|
||||
{% block tabs %}
|
||||
{{ super() }}
|
||||
<style>.md-content > .md-typeset h1{visibility:hidden;font-size:0;}</style>
|
||||
<style>.md-content > .md-typeset h1{visibility:hidden;font-size:0;}.md-button{margin-top:.5rem;}</style>
|
||||
<section class="mdx-container">
|
||||
<div class="md-grid md-typeset">
|
||||
<div class="mdx-hero">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue