Skip to content

Commit 943494e

Browse files
authored
post fixed
1 parent ebed004 commit 943494e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/globals.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
padding: 0;
88
margin: 0;
99
box-sizing: border-box;
10-
overflow: auto;
1110
}
1211

1312
:root {
@@ -288,7 +287,7 @@ footer {
288287
}
289288

290289
.post {
291-
width: 100%;
290+
/* width: 100%; */
292291
/* background: var(--bbg); */
293292
/* border: 2px solid var(--black); */
294293
margin: 20px;
@@ -300,7 +299,6 @@ footer {
300299
top: 0;
301300
left: 0;
302301
border-radius: 20px;
303-
box-sizing: border-box;
304302
}
305303

306304
.postscontainer #load_more {

0 commit comments

Comments
 (0)