hide the masthead brand on phone screens

This commit is contained in:
2023-11-13 23:00:40 -06:00
parent 371f344490
commit ea67d5a590
2 changed files with 4 additions and 4 deletions

View File

@@ -67,11 +67,11 @@ body {
}
}
.masthead-brand {
margin-bottom: 0;
@media(max-width:48em){
.masthead-brand{display:none}
}
.masthead-brand img {
.masthead-brand a img {
width: 12rem;
}