From 3f20457b8efe016f94b57357c2e176a93be8e1fd Mon Sep 17 00:00:00 2001 From: unitexe Date: Tue, 6 Jan 2026 23:42:27 -0600 Subject: Customize for closed circuit consulting - Different header color - Update all text - Change github logo to git square - Stack page links vertically instead of horizontally - De-stagger user projects, remove images & remove project links - Remove author attribution from footer - Remove google analytics --- sass/_header.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sass/_header.scss') diff --git a/sass/_header.scss b/sass/_header.scss index c196cd8..1726af1 100644 --- a/sass/_header.scss +++ b/sass/_header.scss @@ -47,11 +47,15 @@ .header-links { margin: 10px; + display: flex; + flex-direction: column; + align-items: center; + gap: 10px; .link { color: #FFF; text-decoration: none; font-size: 15px; - margin: 10px; + margin: 5px 0; @media only screen and (min-width:$cut){ font-size: 20px; } @@ -119,4 +123,4 @@ color: $sec; } } -} +} \ No newline at end of file -- cgit v1.2.3