1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-06 06:47:58 +02:00

Fixing code example font size

This commit is contained in:
Andrew Davis
2019-07-14 11:58:13 -05:00
parent a32bec51e2
commit 435a4af8ce

View File

@@ -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;