Skip to content

Commit d2d1700

Browse files
authored
Add X (Twitter) hyperlink to social media section (#37)
* Add X (Twitter) hyperlink to social media section * review feedback simplify anchor text for Twitter links
1 parent ba05f86 commit d2d1700

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/_header.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
| <a href="https://github.com/NeotokyoRebuild/neo">github</a>
2020
</span>
2121
<span id="social-mobile">
22+
| <a href="https://x.com/neotokyorebuild">X/Twitter</a>
2223
| <a href="https://www.youtube.com/@NeotokyoRebuild">YouTube</a>
2324
</span>
2425
<span id="social">
25-
<a href="https://www.youtube.com/@NeotokyoRebuild">YouTube</a>
26+
<a href="https://x.com/neotokyorebuild">X/Twitter</a>
27+
| <a href="https://www.youtube.com/@NeotokyoRebuild">YouTube</a>
2628
</span>
2729
</p>
2830
<hr>

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ span#social-mobile {
2424
display: none;
2525
}
2626

27-
@media(max-width: 500px) {
27+
@media(max-width: 700px) {
2828
span#social {
2929
display: none;
3030
}

0 commit comments

Comments
 (0)