File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export default async ({ params }) => {
38
38
< Nav />
39
39
{ /* <link rel="stylesheet" href="https://dev.to/assets/crayons-132fd5353a6887f948f908fecf2c183d4019983fae2c184971fb9deb4e930bfb.css" /> */ }
40
40
< main >
41
- < div className = "shadow1 postcontainer subpixel-antialiased" >
41
+ < div className = "shadow1 postcontainer subpixel-antialiased postcon" >
42
42
< img class = "glassload shadow2 postheadimage" src = { data . cover_image } alt = "" srcset = "" />
43
43
< h2 id = "title" > { data . title } </ h2 >
44
44
< span class = "post-data" >
Original file line number Diff line number Diff line change @@ -124,6 +124,9 @@ main {
124
124
min-width : 55% ;
125
125
font-size : 17px ;
126
126
}
127
+ .postcon {
128
+ max-width : 59% ;
129
+ }
127
130
blockquote {
128
131
background : var (--bbg );
129
132
padding : 20px ;
@@ -404,7 +407,7 @@ footer {
404
407
}
405
408
.postcontainer ,
406
409
.sidebar {
407
- max- width: 100% ;
410
+ width : 100% ;
408
411
margin : 0 ;
409
412
margin-top : 20px ;
410
413
margin : 10px ;
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export default function ArticlesPage() {
83
83
</ div >
84
84
< div class = "post" >
85
85
< div class = "usercard" >
86
- < img src = "http://github.com/sh20raj .png" alt = "" />
86
+ < img src = "http://github.com/the-shade-project .png" alt = "" />
87
87
< div class = "username" >
88
88
< a href = "http://github.com/sh20raj" >
89
89
< span class = "tomato" > @</ span > SH20RAJ
You can’t perform that action at this time.
0 commit comments