Skip to content

Commit d7203d6

Browse files
Merge pull request #367 from willtheorangeguy/deepsource-transform-fe948a25
style: format code with Prettier
2 parents 99179ac + 92456de commit d7203d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/styles/base.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@
9898
/* progress bar */
9999
#progress-bar {
100100
@apply bg-skin-accent;
101-
position: fixed;
102-
top: 0;
103-
left: 0;
104-
height: 4px;
105-
width: 0%;
101+
position: fixed;
102+
top: 0;
103+
left: 0;
104+
height: 4px;
105+
width: 0%;
106106
z-index: 1000;
107107
}
108108

0 commit comments

Comments
 (0)