Change font size of pre tag

This commit is contained in:
gilsondev 2016-05-27 14:59:33 -03:00
parent c8ed0f54f8
commit e39d4e0b38
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ blockquote {
}
pre {
background-color: transparent;
font-size: 16px;
}
hr.small {
max-width: 100px;

File diff suppressed because one or more lines are too long