We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba05f86 commit d2d1700Copy full SHA for d2d1700
2 files changed
src/_header.html
@@ -19,10 +19,12 @@
19
| <a href="https://github.com/NeotokyoRebuild/neo">github</a>
20
</span>
21
<span id="social-mobile">
22
+ | <a href="https://x.com/neotokyorebuild">X/Twitter</a>
23
| <a href="https://www.youtube.com/@NeotokyoRebuild">YouTube</a>
24
25
<span id="social">
- <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>
28
29
</p>
30
<hr>
src/style.css
@@ -24,7 +24,7 @@ span#social-mobile {
display: none;
}
-@media(max-width: 500px) {
+@media(max-width: 700px) {
span#social {
0 commit comments