Skip to content

Commit 368bdf9

Browse files
committed
feat: dependency upgrades, improvements for images on mobile devices in the blog
1 parent 18eef36 commit 368bdf9

3 files changed

Lines changed: 141 additions & 120 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
p img {
2+
width: 100%;
3+
height: auto;
4+
}

src/templates/BlogTemplate/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import PageHeader from '../../components/PageHeader';
99
import Layout from '../../components/Layout';
1010
import { MainContext } from '../../contexts/MainContextProvider';
1111
import { setPageIndex } from '../../reducers/MainReducer/Actions';
12+
import './index.css';
1213

1314
export const blogPageQuery = graphql`
1415
query($path: String!) {

0 commit comments

Comments
 (0)