mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-03 21:37:52 +02:00
Merge pull request #47 from restoreddev/StyleFix
Fixing code example font size
This commit is contained in:
@@ -18,13 +18,13 @@ button {
|
||||
code {
|
||||
background-color: #F0F0F0;
|
||||
font-family: Menlo, Monaco, Consolas, "Noto Mono", "Liberation Mono", "Courier New", monospace !important;
|
||||
font-size: 14px;
|
||||
font-size: 14px !important;
|
||||
padding: 0.10em 0.25em;
|
||||
}
|
||||
pre, pre code {
|
||||
background-color: transparent;
|
||||
font-family: Menlo, Monaco, Consolas, "Noto Mono", "Liberation Mono", "Courier New", monospace !important;
|
||||
font-size: 14px;
|
||||
font-size: 14px !important;
|
||||
margin: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
padding: 0.5em 0 0.5em 0;
|
||||
|
Reference in New Issue
Block a user