Skip to content

Commit 920ea84

Browse files
committed
Update css, remove unnecessary config
1 parent dff2543 commit 920ea84

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: _config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
markdown: redcarpet
2-
pygments: true
3-
41
title_tag_text: Solo, a Jekyll Theme
52
h1_tag_text: Solo
63

Diff for: css/solo.css

+5
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,17 @@ pre, code {
135135

136136
pre {
137137
padding: .5rem 1rem;
138+
font-size: 0.8rem;
138139
}
139140

140141
code {
141142
padding: .1rem .25rem;
142143
}
143144

145+
pre > code {
146+
padding: 0;
147+
}
148+
144149
.container {
145150
max-width: 30rem;
146151
margin: 0 auto;

0 commit comments

Comments
 (0)