mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Better mobile sizing
This commit is contained in:
parent
1c6cdffaf2
commit
7496dae848
1 changed files with 4 additions and 0 deletions
|
|
@ -101,6 +101,10 @@ export const ProgressLabel = styled.p`
|
|||
opacity: 1;
|
||||
bottom: calc((100% - 8px) * -1);
|
||||
}
|
||||
|
||||
@media (max-width: 968px) {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
`
|
||||
|
||||
export const ButtonRowContainer = styled.div`
|
||||
|
|
|
|||
Loading…
Reference in a new issue