summaryrefslogtreecommitdiff
path: root/sass/_header.scss
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-01-06 23:42:27 -0600
committerunitexe <unitexe70@gmail.com>2026-01-06 23:42:49 -0600
commit3f20457b8efe016f94b57357c2e176a93be8e1fd (patch)
tree91aef940c8c540b3955ee11d2cd92b1e74abfb21 /sass/_header.scss
parenta3cb6035da84898bc82daa356791191262f74f35 (diff)
Customize for closed circuit consultingmaster
- 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
Diffstat (limited to 'sass/_header.scss')
-rw-r--r--sass/_header.scss8
1 files changed, 6 insertions, 2 deletions
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