Skip to content

Commit 8921a5a

Browse files
committed
🎨 View on Github link not showing on mobile
1 parent 99e449d commit 8921a5a

3 files changed

Lines changed: 30 additions & 8 deletions

File tree

by-type.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ <h1>🔍 GitHub Issues Tracker</h1>
116116
</div>
117117
</div>
118118

119-
<footer style="text-align: center; padding: 20px; margin-top: 40px; border-top: 1px solid #30363d; color: #8b949e; font-size: 14px;">
120-
<div style="margin-bottom: 10px;">
121-
Developed by <a href="https://hodpub.com" target="_blank" rel="noopener noreferrer" style="color: #58a6ff; text-decoration: none;">Hod Publishing</a> | <a href="https://github.com/cussa" target="_blank" rel="noopener noreferrer" style="color: #58a6ff; text-decoration: none;">Cussa Mitre</a>
119+
<footer>
120+
<div class="footer-credits">
121+
Developed by <a href="https://hodpub.com" target="_blank" rel="noopener noreferrer">Hod Publishing</a> | <a href="https://github.com/cussa" target="_blank" rel="noopener noreferrer">Cussa Mitre</a>
122122
</div>
123-
<a href="https://github.com/hodpub/github-issues-tracker" target="_blank" rel="noopener noreferrer" style="color: #58a6ff; text-decoration: none;">
123+
<a href="https://github.com/hodpub/github-issues-tracker" target="_blank" rel="noopener noreferrer">
124124
View on GitHub
125125
</a>
126126
</footer>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ <h1>🔍 GitHub Issues Tracker</h1>
116116
</div>
117117
</div>
118118

119-
<footer style="text-align: center; padding: 20px; margin-top: 40px; border-top: 1px solid #30363d; color: #8b949e; font-size: 14px;">
120-
<div style="margin-bottom: 10px;">
121-
Developed by <a href="https://hodpub.com" target="_blank" rel="noopener noreferrer" style="color: #58a6ff; text-decoration: none;">Hod Publishing</a> | <a href="https://github.com/cussa" target="_blank" rel="noopener noreferrer" style="color: #58a6ff; text-decoration: none;">Cussa Mitre</a>
119+
<footer>
120+
<div class="footer-credits">
121+
Developed by <a href="https://hodpub.com" target="_blank" rel="noopener noreferrer">Hod Publishing</a> | <a href="https://github.com/cussa" target="_blank" rel="noopener noreferrer">Cussa Mitre</a>
122122
</div>
123-
<a href="https://github.com/hodpub/github-issues-tracker" target="_blank" rel="noopener noreferrer" style="color: #58a6ff; text-decoration: none;">
123+
<a href="https://github.com/hodpub/github-issues-tracker" target="_blank" rel="noopener noreferrer">
124124
View on GitHub
125125
</a>
126126
</footer>

styles.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,28 @@ h1 {
4040
}
4141
}
4242

43+
footer {
44+
text-align: center;
45+
padding: 20px;
46+
margin-top: 40px;
47+
border-top: 1px solid #30363d;
48+
color: #8b949e;
49+
font-size: 14px;
50+
}
51+
52+
footer .footer-credits {
53+
margin-bottom: 10px;
54+
}
55+
56+
footer a {
57+
color: #58a6ff;
58+
text-decoration: none;
59+
}
60+
61+
footer a:hover {
62+
text-decoration: underline;
63+
}
64+
4365
.view-switcher {
4466
display: flex;
4567
gap: 10px;

0 commit comments

Comments
 (0)