finish people page2
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
{% set category = "All" %}
|
{% set category = "All" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="mt-16 mx-auto max-w-7xl px-6 lg:px-8">
|
<div class="mt-16 mx-auto max-w-screen-lg px-6 lg:px-8">
|
||||||
{% include "partials/filter_bar.html" %}
|
{% include "partials/filter_bar.html" %}
|
||||||
<div class="text-center main-title px-0 md:w-full">
|
<div class="text-center main-title px-0 md:w-full">
|
||||||
<div class="my-4 flex flex-col items-start">
|
<div class="my-4 flex flex-col items-start">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
{% set category = "All" %}
|
{% set category = "All" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="mt-16 mx-auto max-w-7xl px-6 lg:px-8">
|
<div class="mt-16 mx-auto max-w-screen-lg px-6 lg:px-8">
|
||||||
{% include "partials/filter_bar.html" %}
|
{% include "partials/filter_bar.html" %}
|
||||||
<div class="text-center main-title px-0 md:w-full mx-8 md:mx-12">
|
<div class="text-center main-title px-0 md:w-full mx-8 md:mx-12">
|
||||||
<div class="my-4 flex flex-col items-start">
|
<div class="my-4 flex flex-col items-start">
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
{%- set section = get_section(path="people/_index.md") %}
|
{%- set section = get_section(path="people/_index.md") %}
|
||||||
{% include "partials/intro.html" %}
|
{% include "partials/intro.html" %}
|
||||||
<div class="mx-auto max-w-7xl px-6 lg:px-8">
|
<div class="mx-auto max-w-screen-lg px-6 lg:px-8">
|
||||||
{% include "partials/filter_bar.html" %}
|
{% include "partials/filter_bar.html" %}
|
||||||
<div class="text-center main-title px-0 md:w-full">
|
<div class="text-center main-title px-0 md:w-full">
|
||||||
{# <h1 class="tracking-tight text-left text-2xl sm:text-3xl md:text-4xl lg:text-5xl fw-500 leading-snug font-normal mb-10">
|
{# <h1 class="tracking-tight text-left text-2xl sm:text-3xl md:text-4xl lg:text-5xl fw-500 leading-snug font-normal mb-10">
|
||||||
|
|||||||
Reference in New Issue
Block a user