Skip to content

Commit 66ffbb6

Browse files
authored
Added missing display:block required for the quote
1 parent 904a143 commit 66ffbb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html/lesson2/tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ small {
363363
font-size: 15px;
364364
margin: 0 30px 10px;
365365
text-align: right;
366+
display: block;
366367
}
367368

368369
ol {

0 commit comments

Comments
 (0)