mirror of
https://github.com/safing/web
synced 2025-04-09 05:29:10 +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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="markdown-container">
|
||||
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
|
||||
{% 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>
|
||||
{% endif %}
|
||||
</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 %}
|
||||
-->
|
||||
</div>
|
|
@ -2,24 +2,14 @@
|
|||
layout: page
|
||||
---
|
||||
|
||||
<section id="page-container" class="pb-8 lg:pb-24 pt-16 lg:pt-40 {{ layout.container_class }} {{ page.container_class }}">
|
||||
<div class="items-center h-full">
|
||||
<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 %}
|
||||
<section>
|
||||
{{ content }}
|
||||
|
||||
{{ content }}
|
||||
</content>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<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 %}
|
||||
</section>
|
|
@ -202,4 +202,4 @@ cards:
|
|||
discarded:
|
||||
---
|
||||
|
||||
{% include progress-update-tablecards.html %}
|
||||
{% include progress-update-tablecards.html %}
|
Loading…
Add table
Reference in a new issue