Skip to content

Commit

Permalink
recap: fix for 1440x900 resolution. site name is already visible in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 16, 2024
1 parent 56d2631 commit ec9fb56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/recap/css/_recap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ body {
}
}
}
@media (min-width: at-least($xx-small)) {
.logo {
display: none;
}
}
}

.recap small {
Expand Down

0 comments on commit ec9fb56

Please sign in to comment.