Skip to content

Commit 902f89b

Browse files
committed
[PRAC/ret] Correct "spinner" size
A small change/size of the "spinner" (-10px). Worth noting: - that it's better. core: B-3 / JS-BL
1 parent a49f6c4 commit 902f89b

File tree

1 file changed

+3
-3
lines changed
  • core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-client/css

1 file changed

+3
-3
lines changed

core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-client/css/spinner.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313

1414
.spinner {
15-
width: 90px;
16-
height: 90px;
15+
width: 80px;
16+
height: 80px;
1717
border: 15px solid var(--light-purple);
1818
border-top-color: var(--main-purple);
1919
border-radius: 50%;
@@ -31,7 +31,7 @@
3131
}
3232

3333
.spinner-text {
34-
font-size: 16px;
34+
font-size: 17px;
3535
color: var(--text-gray);
3636
}
3737

0 commit comments

Comments
 (0)