mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
website: change up some code format sizing
This commit is contained in:
parent
ee5fad3769
commit
df577b028a
1 changed files with 2 additions and 6 deletions
|
|
@ -142,15 +142,11 @@ header .header {
|
|||
padding: $docs-top-margin 80px;
|
||||
display: block;
|
||||
|
||||
p code {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #000;
|
||||
border: 0;
|
||||
color: #b1d631;
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
@ -197,7 +193,7 @@ header .header {
|
|||
|
||||
pre {
|
||||
border: 0;
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
margin-left: -80px;
|
||||
margin-right: -80px;
|
||||
padding-top: 40px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue