We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebed004 commit 943494eCopy full SHA for 943494e
src/app/globals.css
@@ -7,7 +7,6 @@
7
padding: 0;
8
margin: 0;
9
box-sizing: border-box;
10
- overflow: auto;
11
}
12
13
:root {
@@ -288,7 +287,7 @@ footer {
288
287
289
290
.post {
291
- width: 100%;
+ /* width: 100%; */
292
/* background: var(--bbg); */
293
/* border: 2px solid var(--black); */
294
margin: 20px;
@@ -300,7 +299,6 @@ footer {
300
299
top: 0;
301
left: 0;
302
border-radius: 20px;
303
- box-sizing: border-box;
304
305
306
.postscontainer #load_more {
0 commit comments