diff --git a/index.html b/index.html index 10daa6b..c1fb057 100644 --- a/index.html +++ b/index.html @@ -53,11 +53,9 @@ - - - Sourceful Energy - - FTW + + + ftw Architecture diff --git a/sourceful.css b/sourceful.css index a4d24bb..43de8ff 100644 --- a/sourceful.css +++ b/sourceful.css @@ -31,7 +31,7 @@ body { a { color: inherit; } p { text-wrap: pretty; } -code, pre, .nav-links, .product-name, .project-state, .section-kicker, +code, pre, .nav-links, .brand-name, .project-state, .section-kicker, .project-facts dt, .runtime-card, .cap-number, .panel-tag, .map-label, .license-line, .footer-links > div > span { font-family: "JetBrains Mono", ui-monospace, monospace; @@ -52,9 +52,7 @@ code, pre, .nav-links, .product-name, .project-state, .section-kicker, .nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 32px; } .brand { display: flex; align-items: center; gap: 12px; text-decoration: none; } .brand img { display: block; width: 34px; height: 34px; } -.brand-sourceful { font-size: 17px; font-weight: 700; letter-spacing: -0.02em; } -.brand-divider { width: 1px; height: 22px; margin-inline: 4px; background: var(--line-dark); } -.product-name { color: var(--signal); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; } +.brand-name { color: var(--signal); font-size: 20px; font-weight: 700; letter-spacing: -0.02em; } .nav-links { display: flex; align-items: center; gap: 26px; font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; } .nav-links a { color: var(--cream); text-decoration: none; opacity: 0.68; } .nav-links a:hover { opacity: 1; } @@ -256,9 +254,7 @@ footer { padding: 62px 0 26px; background: var(--ink); color: var(--cream); } @media (max-width: 600px) { .nav { min-height: 62px; } - .brand-sourceful { font-size: 15px; } - .brand-divider { display: none; } - .product-name { display: none; } + .brand-name { font-size: 17px; } .nav-links .nav-cta { min-height: 34px; padding-inline: 11px; } .hero-layout { padding-block: 54px 66px; } .project-state { align-items: flex-start; line-height: 1.5; }