mirror of
https://github.com/safing/web
synced 2025-09-07 13:39:04 +00:00
Hotfix communtiy-snippet inconsistent spacing
This commit is contained in:
parent
4c42d50369
commit
7a6c46b4bb
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
<aside>
|
||||
<div class='ui vertical footer segment snippet'>
|
||||
<div class="container">
|
||||
<div class='ui basic middle aligned center aligned segment'>
|
||||
<div class='ui basic middle aligned center aligned segment' style="margin: 1rem !important;">
|
||||
{% if page.community_snippet_intro %}
|
||||
<p>
|
||||
{{ page.community_snippet_intro }}
|
||||
</p>
|
||||
{% else %}
|
||||
<p style='word-spacing: 30px;'>
|
||||
<p style='word-spacing: 30px; margin: 0;'>
|
||||
Interested? Eager? Confused?
|
||||
<p>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue