podcast: Updated page

This commit is contained in:
2023-03-27 13:20:15 +11:00
parent d8c09630ed
commit 8160278955
4 changed files with 57 additions and 15 deletions

View File

@@ -6,3 +6,23 @@
filter: invert(1);
}
@media screen and (max-width: 800px) {
.masthead {
padding-top: 0 !important;
}
}
/* For screen under 450 px set the nav icon width 100% */
@media screen and (max-width: 450px) {
img.navicon {
width: 100%;
}
}
@media screen and (max-width: 450px) {
#navbar {
padding-left: 0 !important;
}
}