Skip to content

Commit 91001b8

Browse files
committed
Tweak <code> padding
1 parent 66c5c2c commit 91001b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/css/stylesheet.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ pre {
194194

195195
/* Inline code */
196196
code {
197-
padding: 0.15em 0.3em;
197+
padding: 0.3em 0.3em 0.2em 0.3em;
198198
border-radius: .3em;
199199

200200
background: #424242;
@@ -203,7 +203,7 @@ code {
203203
/* Code blocks */
204204
pre code {
205205
display: block;
206-
padding: 0.5em;
206+
padding: 0.5em 0.5em 0.3em 0.5em;
207207
margin: .5em 0 1.1em 0;
208208
overflow: auto;
209209
border-radius: 0.3em;
@@ -247,13 +247,13 @@ header h1 {
247247
letter-spacing: 5px;
248248
text-transform: uppercase;
249249
font-weight: 300;
250-
251250
}
252251

253252
header h1 a {
254253
color: #fff;
255254
text-decoration: none
256255
}
256+
257257
header h1 a:hover,
258258
header h1 a:active {
259259
color: #F7F7F7;

0 commit comments

Comments
 (0)