Skip to content

Commit

Permalink
lol XD
Browse files Browse the repository at this point in the history
  • Loading branch information
doomy committed Apr 26, 2024
1 parent 5548955 commit ae52c78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sass/_alt.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
> a {
color: inherit;
display: block;
padding: 1em;
padding: 1.5em;
background: white;
border: 2px transparent solid;
date {
Expand Down
7 changes: 2 additions & 5 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ nav {
width: 12em;
display: inline-block;
}
@media (max-width: $break-small) {
.logo {
padding: 0.5em;
}
}

}

body {
Expand Down Expand Up @@ -193,4 +189,5 @@ small {
font-family: "Arial", Times, sans-serif;
padding: 0.5em;
width: 100%;
font-size: 14px;
}
4 changes: 3 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<header>
<nav><img src="/logo.svg" class="logo"/></nav>
</header>
<br/><br/>

<section class="links">
{% set section = get_section(path="_index.md") %} {% for page in
section.pages %}
Expand All @@ -26,4 +26,6 @@ <h3 style="width: 100%; text-align: center; color: white;"><em>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
</footer>
</a>

<br><br><br><br><br><br><br>
{% endblock content %}

0 comments on commit ae52c78

Please sign in to comment.