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