Skip to content

Commit 22819de

Browse files
Merge pull request #354 from ginaojo/patch-1
Added missing display:block required for the quote
2 parents 904a143 + 66ffbb6 commit 22819de

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)