enroll page media screen max width updated

This commit is contained in:
andymFleet 2026-04-16 10:16:55 +01:00
parent 15ff5fbd2b
commit 7cbdc4e315
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
- Enrolment page enroll button updated to render full screen width for larger resolution mobile devices

View file

@ -184,7 +184,7 @@
text-align: center;
}
@media screen and (max-width: 430px) {
@media screen and (max-width: 1344px) {
.device-instructions-content {
gap: 24px;
}