Skip to content

Commit

Permalink
Responsive uac input
Browse files Browse the repository at this point in the history
  • Loading branch information
boxadesign committed Feb 19, 2020
1 parent bc87d36 commit f0850c9
Showing 1 changed file with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,25 @@
height: 100%;
font-family: monospace;
font-weight: bold;
width: 14.9em !important;
max-width: 14.9em;
font-size: 24px;
letter-spacing: 0.14em;
}

.uac__security {
display: flex;
}


@media only screen and (min-width: 375px) {
.uac__input {
font-size: 22px;
letter-spacing: 0.01em;
}
}

@media only screen and (min-width: 500px) {
.uac__input {
width: 14.9em!important;
max-width: 14.9em;
font-size: 24px;
letter-spacing: .14em;
}
}

0 comments on commit f0850c9

Please sign in to comment.