Skip to content

Commit

Permalink
feat(header): fix icon breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
benprotheroe committed Apr 10, 2024
1 parent b39e5be commit 7454f19
Showing 1 changed file with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,36 +115,72 @@ exports[`OakPupilJourneyHeader matches snapshot 1`] = `
}
}
@media (min-width:1280px) {
.c2 {
width: 5rem;
}
}
@media (min-width:750px) {
.c2 {
height: 5rem;
}
}
@media (min-width:1280px) {
.c2 {
height: 5rem;
}
}
@media (min-width:750px) {
.c8 {
width: 3.5rem;
}
}
@media (min-width:1280px) {
.c8 {
width: 3.5rem;
}
}
@media (min-width:750px) {
.c8 {
min-width: 3.5rem;
}
}
@media (min-width:1280px) {
.c8 {
min-width: 3.5rem;
}
}
@media (min-width:750px) {
.c8 {
height: 3.5rem;
}
}
@media (min-width:1280px) {
.c8 {
height: 3.5rem;
}
}
@media (min-width:750px) {
.c8 {
min-height: 3.5rem;
}
}
@media (min-width:1280px) {
.c8 {
min-height: 3.5rem;
}
}
@media (min-width:750px) {
.c11 {
font-weight: 600;
Expand Down

0 comments on commit 7454f19

Please sign in to comment.