fix headers across site

This commit is contained in:
Ryan Heywood 2024-09-24 12:26:50 -04:00
parent d60c8cd1b8
commit fbfb421243
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
5 changed files with 9 additions and 11 deletions

View File

@ -4,10 +4,9 @@
{%- include head.html -%}
<body>
<div class="container">
{%- include header.html -%}
<div class="container">
<main>
<section>
<h2>About Distrust</h2>

View File

@ -3,9 +3,9 @@
{%- include head.html -%}
<body>
<div class="container">
{%- include header.html -%}
<div class="container">
<main>
<h2>What are your biggest security challenges?</h2>
<hr />

View File

@ -4,10 +4,9 @@
{%- include head.html -%}
<body>
<div class="container">
{%- include header.html -%}
<div class="container">
<main>
<section class="flex-container">
<div class="flex-container-inner">

View File

@ -5,10 +5,9 @@
{%- include head.html -%}
<body>
<div class="container">
{%- include header.html -%}
<div class="container">
<main>
<section class="flex-container">
<div class="flex-container-inner">

View File

@ -123,6 +123,7 @@ footer {
header {
padding: 24px;
margin-bottom: 24px;
border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}