WIP: begin migration towards sexy looking homepage #14

Draft
ryan wants to merge 7 commits from ryansquared/layouts into main
5 changed files with 9 additions and 11 deletions
Showing only changes of commit fbfb421243 - Show all commits

View File

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

View File

@ -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 />

View File

@ -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">

View File

@ -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">

View File

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