2023-03-22 12:00:50 +11:00
|
|
|
.hide_underline {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invert {
|
|
|
|
filter: invert(1);
|
|
|
|
}
|
|
|
|
|
2023-03-27 13:20:15 +11:00
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|