fmt
Browse files
src/lib/components/Layout/ProgressBar.svelte
CHANGED
@@ -58,6 +58,7 @@
|
|
58 |
}
|
59 |
|
60 |
.progress-bar {
|
|
|
61 |
flex: 1;
|
62 |
background: #f0f0f0;
|
63 |
height: 6px;
|
|
|
58 |
}
|
59 |
|
60 |
.progress-bar {
|
61 |
+
margin-top: 5px;
|
62 |
flex: 1;
|
63 |
background: #f0f0f0;
|
64 |
height: 6px;
|