Experiment with showing footer on about tab for mobile

This commit is contained in:
Gabe Kangas
2022-10-20 18:00:13 -07:00
parent 9c4d2b0356
commit c6364959c9
3 changed files with 18 additions and 10 deletions

View File

@@ -12,10 +12,6 @@
font-weight: 600;
border-top: 1px solid rgba(214, 211, 211, 0.5);
@media (max-width: 600px) {
display: none;
}
a {
color: var(--theme-text-secondary);
}