From 7454f19213c26bf57cdeb8d1730493d91b5aa908 Mon Sep 17 00:00:00 2001
From: ben <ben.protheroe@thenational.academy>
Date: Wed, 10 Apr 2024 16:29:28 +0100
Subject: [PATCH] feat(header): fix icon breakpoint

---
 .../OakPupilJourneyHeader.test.tsx.snap       | 36 +++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/src/components/organisms/pupil/OakPupilJourneyHeader/__snapshots__/OakPupilJourneyHeader.test.tsx.snap b/src/components/organisms/pupil/OakPupilJourneyHeader/__snapshots__/OakPupilJourneyHeader.test.tsx.snap
index 8eb5c20b..c8e6a4bc 100644
--- a/src/components/organisms/pupil/OakPupilJourneyHeader/__snapshots__/OakPupilJourneyHeader.test.tsx.snap
+++ b/src/components/organisms/pupil/OakPupilJourneyHeader/__snapshots__/OakPupilJourneyHeader.test.tsx.snap
@@ -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;