mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
enroll page media screen max width updated
This commit is contained in:
parent
15ff5fbd2b
commit
7cbdc4e315
2 changed files with 2 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
- Enrolment page enroll button updated to render full screen width for larger resolution mobile devices
|
||||
|
|
@ -184,7 +184,7 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 430px) {
|
||||
@media screen and (max-width: 1344px) {
|
||||
.device-instructions-content {
|
||||
gap: 24px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue