Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
| <a href="https://github.com/NeotokyoRebuild/neo">github</a>
</span>
<span id="social-mobile">
| <a href="https://x.com/neotokyorebuild">X (formerly Twitter)</a>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think X (formerly Twitter) is quite long for a header hyperlink, shorten it to: X/Twitter. I also wonder if it's just fine enough changing the social media hyperlinks to just the home/index page rather than having it in the header.

| <a href="https://www.youtube.com/@NeotokyoRebuild">YouTube</a>
</span>
<span id="social">
<a href="https://www.youtube.com/@NeotokyoRebuild">YouTube</a>
<a href="https://x.com/neotokyorebuild">X (formerly Twitter)</a>
| <a href="https://www.youtube.com/@NeotokyoRebuild">YouTube</a>
</span>
</p>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ span#social-mobile {
display: none;
}

@media(max-width: 500px) {
@media(max-width: 700px) {
span#social {
display: none;
}
Expand Down