File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
import { themes as prismThemes } from "prism-react-renderer" ;
2
2
import type { Config } from "@docusaurus/types" ;
3
3
import type * as Preset from "@docusaurus/preset-classic" ;
4
+ import type * as PluginContentBlog from "@docusaurus/plugin-content-blog" ;
4
5
5
6
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
6
7
@@ -166,7 +167,7 @@ const config: Config = {
166
167
feedOptions : {
167
168
type : "all"
168
169
}
169
- }
170
+ } satisfies PluginContentBlog . Options
170
171
] ,
171
172
[
172
173
"@docusaurus/plugin-client-redirects" ,
Original file line number Diff line number Diff line change 13
13
--ifm-color-primary-lighter : # 652d61 ;
14
14
--ifm-color-primary-lightest : # 72336d ;
15
15
}
16
+
17
+ /**
18
+ * Making smaller blog post title
19
+ */
20
+ .title_f1Hy {
21
+ font-size : 2rem !important ;
22
+ @media (max-width : 576px ) {
23
+ font-size : 1.8rem !important ;
24
+ }
25
+ }
You can’t perform that action at this time.
0 commit comments