We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18eef36 commit 368bdf9Copy full SHA for 368bdf9
3 files changed
src/templates/BlogTemplate/index.css
@@ -0,0 +1,4 @@
1
+p img {
2
+ width: 100%;
3
+ height: auto;
4
+}
src/templates/BlogTemplate/index.jsx
@@ -9,6 +9,7 @@ import PageHeader from '../../components/PageHeader';
9
import Layout from '../../components/Layout';
10
import { MainContext } from '../../contexts/MainContextProvider';
11
import { setPageIndex } from '../../reducers/MainReducer/Actions';
12
+import './index.css';
13
14
export const blogPageQuery = graphql`
15
query($path: String!) {
0 commit comments