Skip to content

Commit

Permalink
starting to merge adversary & org archetypes, CSS tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-a-krol committed Oct 10, 2024
1 parent e4c0bac commit d784605
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ summaryLength = 20

[[menu.main]]
identifier = "adversaries"
name = "Adversary Archetypes"
name = "Archetypes"
url = "/adversaries/"
weight = 6

[[menu.main]]
identifier = "organizations"
name = "Organizational Archetypes"
url = "/organizations/"
weight = 7
# [[menu.main]]
# identifier = "organizations"
# name = "Organizational Archetypes"
# url = "/organizations/"
# weight = 7

[[menu.main]]
identifier = "guidebook"
Expand Down
2 changes: 1 addition & 1 deletion content/adversaries/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Adversary Archetypes"
title: "Archetypes"
date: 2023-02-23T17:23:23+04:00
draft: false
---
Expand Down
6 changes: 3 additions & 3 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5589,15 +5589,15 @@ ol {
color: #B2CEE6; }
.footer .footer-menu li.home {
display: none; }
.footer .footer-menu li.about, .footer .footer-menu li.blog, .footer .footer-menu li.events, .footer .footer-menu li.personas, .footer .footer-menu li.contact, .footer .footer-menu li.sitemap, .footer .footer-menu li.privacy-policy {
.footer .footer-menu li.about, .footer .footer-menu li.blog, .footer .footer-menu li.events, .footer .footer-menu li.personas, .footer .footer-menu li.archetypes, .footer .footer-menu li.contact, .footer .footer-menu li.sitemap, .footer .footer-menu li.privacy-policy {
margin: 1rem; }
@media (min-width: 768px) {
.footer .footer-menu li.about, .footer .footer-menu li.blog, .footer .footer-menu li.events, .footer .footer-menu li.personas, .footer .footer-menu li.contact, .footer .footer-menu li.sitemap, .footer .footer-menu li.privacy-policy {
.footer .footer-menu li.about, .footer .footer-menu li.blog, .footer .footer-menu li.events, .footer .footer-menu li.personas, .footer .footer-menu li.archetypes, .footer .footer-menu li.contact, .footer .footer-menu li.sitemap, .footer .footer-menu li.privacy-policy {
display: inline-block; }
.footer .footer-menu li.about .child-menu li, .footer .footer-menu li.blog .child-menu li, .footer .footer-menu li.events .child-menu li, .footer .footer-menu li.personas .child-menu li, .footer .footer-menu li.contact .child-menu li, .footer .footer-menu li.sitemap .child-menu li, .footer .footer-menu li.privacy-policy .child-menu li {
padding: 0; } }
@media (min-width: 768px) {
.footer .footer-menu li.about, .footer .footer-menu li.blog, .footer .footer-menu li.events, .footer .footer-menu li.personas {
.footer .footer-menu li.about, .footer .footer-menu li.blog, .footer .footer-menu li.events, .footer .footer-menu li.archetypes, .footer .footer-menu li.archetypes {
min-height: 1rem; } }
.footer ul {
list-style: none;
Expand Down

0 comments on commit d784605

Please sign in to comment.