mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Better spacing of the progress bar
This commit is contained in:
parent
7d76f0d6fa
commit
1c6cdffaf2
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export const ProgressBar = styled.div`
|
|||
display: block;
|
||||
height: 8px;
|
||||
width: 100%;
|
||||
margin: 8px 0 0;
|
||||
margin: 16px 0 0;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-bottom-left-radius: 8px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue