diff --git a/sass/_alt.scss b/sass/_alt.scss
index 1caa0dc..60f464c 100644
--- a/sass/_alt.scss
+++ b/sass/_alt.scss
@@ -26,7 +26,7 @@
> a {
color: inherit;
display: block;
- padding: 1em;
+ padding: 1.5em;
background: white;
border: 2px transparent solid;
date {
diff --git a/sass/main.scss b/sass/main.scss
index 3a96567..86cd491 100644
--- a/sass/main.scss
+++ b/sass/main.scss
@@ -12,11 +12,7 @@ nav {
width: 12em;
display: inline-block;
}
- @media (max-width: $break-small) {
- .logo {
- padding: 0.5em;
- }
- }
+
}
body {
@@ -193,4 +189,5 @@ small {
font-family: "Arial", Times, sans-serif;
padding: 0.5em;
width: 100%;
+ font-size: 14px;
}
diff --git a/templates/index.html b/templates/index.html
index aee5680..d02a98d 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,7 +4,7 @@
-
+
{% set section = get_section(path="_index.md") %} {% for page in
section.pages %}
@@ -26,4 +26,6 @@ Leaders in Cyber
Annual Transparency & Responsibility Report – Read The Report That Highlights The Safeguards Against Misuse of Our Technology, And Outlines Internal Governance and Compliance Processes
+
+
{% endblock content %}