Skip to content

Commit 64ffa50

Browse files
committed
Add more CSS comments
1 parent 6968b8c commit 64ffa50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/css/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ progress {
99
height: 50px;
1010
padding: 5px;
1111
max-width: 300px;
12-
width: 100%;
12+
width: 100%; /*use full width*/
1313
accent-color: #4888c8;
1414
}
1515
.progress-container {
1616
/*progress container styles*/
1717
position: relative;
18-
width: 100%;
19-
max-width: 300px;
18+
width: 100%; /*use full width*/
19+
max-width: 300px; /*300-pixel maximum width*/
2020
}
2121
.progress-bar {
2222
/*progress bar styles*/

0 commit comments

Comments
 (0)