Skip to content

Commit 66ffbb6

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)