From f199b50a1a4d57d7b8b1bbccdadd015c42ce0733 Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 11 Jun 2026 18:36:24 +0300 Subject: [PATCH] Add X (Twitter) hyperlink to social media section --- src/_header.html | 4 +++- src/style.css | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/_header.html b/src/_header.html index 3e62526..0455537 100644 --- a/src/_header.html +++ b/src/_header.html @@ -19,10 +19,12 @@ | github + | X (formerly Twitter) | YouTube - YouTube + X (formerly Twitter) + | YouTube


diff --git a/src/style.css b/src/style.css index 5ba07d9..457af87 100644 --- a/src/style.css +++ b/src/style.css @@ -24,7 +24,7 @@ span#social-mobile { display: none; } -@media(max-width: 500px) { +@media(max-width: 700px) { span#social { display: none; }