mirror of
https://github.com/safing/web
synced 2025-09-04 12:09:03 +00:00
Fix card-extended shadow
This commit is contained in:
parent
07e9cb825e
commit
f397a341c8
3 changed files with 13 additions and 37 deletions
|
@ -18,24 +18,10 @@ layout: page_container
|
||||||
<a class="link hover-opacity-in" href="{{ site.reddit_url }}"><i class="icon-reddit text-xl"></i></a>
|
<a class="link hover-opacity-in" href="{{ site.reddit_url }}"><i class="icon-reddit text-xl"></i></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="markdown-container">
|
<div class="markdown-container">
|
||||||
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
|
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
|
||||||
{% if page.progress_update == null %}
|
{% if page.progress_update == null %}
|
||||||
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by <a href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a></p>
|
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by <a href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="horizontal-line element-x-center max-w-4xl mt-0"></div>
|
|
||||||
|
|
||||||
{% if page.portmaster_plug == true %}
|
|
||||||
{% include portmaster_plug.html %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% include next_previous_item.html %}
|
|
||||||
|
|
||||||
<!--
|
|
||||||
{% if page.progress_update %}
|
|
||||||
<div class="progress-update">
|
|
||||||
{% else %}
|
|
||||||
<div class="content" id="blog">
|
|
||||||
{% endif %}
|
|
||||||
-->
|
|
|
@ -2,24 +2,14 @@
|
||||||
layout: page
|
layout: page
|
||||||
---
|
---
|
||||||
|
|
||||||
<section id="page-container" class="pb-8 lg:pb-24 pt-16 lg:pt-40 {{ layout.container_class }} {{ page.container_class }}">
|
<section>
|
||||||
<div class="items-center h-full">
|
{{ content }}
|
||||||
<div class="container mx-auto sm:px-8 sm:px-0 flex">
|
|
||||||
<div class="max-w-screen-lg mx-auto px-4 sm:px-6 lg:flex">
|
|
||||||
<div class="py-12 bg-white">
|
|
||||||
<div class="max-w-screen-xl mx-auto px-2 sm:px-6 lg:px-8">
|
|
||||||
<content>
|
|
||||||
{% unless page.heading == null %}
|
|
||||||
<h1 class="text-5xl tracking-tight font-extrabold leading-none">
|
|
||||||
{{ page.heading }}
|
|
||||||
</h1>
|
|
||||||
{% endunless %}
|
|
||||||
|
|
||||||
{{ content }}
|
<div class="horizontal-line element-x-center max-w-4xl mt-0"></div>
|
||||||
</content>
|
|
||||||
</div>
|
{% if page.portmaster_plug == true %}
|
||||||
</div>
|
{% include portmaster_plug.html %}
|
||||||
</div>
|
{% endif %}
|
||||||
</div>
|
|
||||||
</div>
|
{% include next_previous_item.html %}
|
||||||
</section>
|
</section>
|
|
@ -202,4 +202,4 @@ cards:
|
||||||
discarded:
|
discarded:
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include progress-update-tablecards.html %}
|
{% include progress-update-tablecards.html %}
|
Loading…
Add table
Reference in a new issue