fix headers across site
This commit is contained in:
parent
d60c8cd1b8
commit
fbfb421243
|
@ -4,10 +4,9 @@
|
||||||
{%- include head.html -%}
|
{%- include head.html -%}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
{%- include header.html -%}
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
{%- include header.html -%}
|
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<section>
|
||||||
<h2>About Distrust</h2>
|
<h2>About Distrust</h2>
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
{%- include head.html -%}
|
{%- include head.html -%}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
{%- include header.html -%}
|
||||||
|
|
||||||
{%- include header.html -%}
|
<div class="container">
|
||||||
<main>
|
<main>
|
||||||
<h2>What are your biggest security challenges?</h2>
|
<h2>What are your biggest security challenges?</h2>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
|
@ -4,10 +4,9 @@
|
||||||
{%- include head.html -%}
|
{%- include head.html -%}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
{%- include header.html -%}
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
{%- include header.html -%}
|
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<section class="flex-container">
|
<section class="flex-container">
|
||||||
<div class="flex-container-inner">
|
<div class="flex-container-inner">
|
||||||
|
|
|
@ -5,10 +5,9 @@
|
||||||
{%- include head.html -%}
|
{%- include head.html -%}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
{%- include header.html -%}
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
{%- include header.html -%}
|
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<section class="flex-container">
|
<section class="flex-container">
|
||||||
<div class="flex-container-inner">
|
<div class="flex-container-inner">
|
||||||
|
|
|
@ -123,6 +123,7 @@ footer {
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
|
margin-bottom: 24px;
|
||||||
border-bottom: 1px solid rgba(255, 255, 255, 0.13);
|
border-bottom: 1px solid rgba(255, 255, 255, 0.13);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue