mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 12:25:07 +01:00
Fix margin in pre code
This commit is contained in:
parent
c287d992dc
commit
e181f8a888
10251
package-lock.json
generated
Normal file
10251
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -45,5 +45,8 @@
|
||||
"url-loader": "^1.0.1",
|
||||
"webpack": "^4.16.1",
|
||||
"webpack-cli": "^3.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"yarn": "^1.9.4"
|
||||
}
|
||||
}
|
||||
|
@ -109,6 +109,7 @@ pre {
|
||||
code {
|
||||
background: none !important;
|
||||
color: #ccc;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
}
|
||||
@ -189,6 +190,3 @@ hr {
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user