Skip to content

Commit 5a5aa28

Browse files
fix: added fix for#59
Merge pull request from 0rigin-c0de:newchange
2 parents 4704cef + ead8bb8 commit 5a5aa28

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

client/src/components/PostDetails/styles.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const Root = styled('div')(({ theme }) => ({
7575
backdropFilter: 'blur(10px)',
7676
flexDirection: 'column',
7777
},
78-
78+
7979
[`& .${classes.loadingPaperDark}`]: {
8080
backgroundColor: 'rgba(5, 5, 5, .9)',
8181
},
@@ -104,7 +104,12 @@ export const Root = styled('div')(({ theme }) => ({
104104
},
105105
[`& .${classes.title}`]: {
106106
textAlign: 'center',
107-
wordBreak: 'break-word'
107+
wordBreak: 'break-word',
108+
[theme.breakpoints.down('sm')]: {
109+
fontSize: '30px',
110+
fontWeight: 'bolder',
111+
marginBottom: '20px',
112+
},
108113
},
109114
[`& .${classes.privateLabel}`]: {
110115
backgroundColor: '#00b5ff',

0 commit comments

Comments
 (0)