Skip to content

Commit bde1b64

Browse files
committed
Used parent space
1 parent bcf4d97 commit bde1b64

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

styles.css

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ h1 {
312312
.generated-page {
313313
background: white;
314314
min-height: 100vh;
315-
padding: 2rem;
315+
padding: 2rem 4rem;
316316
}
317317

318318
.nav-buttons {
@@ -352,7 +352,7 @@ h1 {
352352
}
353353

354354
.content-wrapper {
355-
max-width: 1600px;
355+
max-width: 100%;
356356
margin: 0 auto;
357357
}
358358

@@ -375,9 +375,8 @@ h1 {
375375
.side-by-side-layout {
376376
display: grid;
377377
grid-template-columns: 1fr 1fr;
378-
gap: 2rem;
379-
margin: 2rem auto;
380-
max-width: 100%;
378+
gap: 3rem;
379+
margin: 2rem 0;
381380
}
382381

383382
/* ===== STANDARD IMAGES GRID (for multiple images) ===== */
@@ -386,8 +385,7 @@ h1 {
386385
display: grid;
387386
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
388387
gap: 2rem;
389-
margin: 2rem auto;
390-
max-width: 100%;
388+
margin: 2rem 0;
391389
}
392390

393391
.images-grid.single-image {
@@ -433,8 +431,7 @@ h1 {
433431
border: 1px solid #e2e8f0;
434432
border-radius: 10px;
435433
padding: 2rem;
436-
margin: 2rem auto;
437-
max-width: 100%;
434+
margin: 2rem 0;
438435
}
439436

440437
.code-section h3 {
@@ -453,7 +450,7 @@ h1 {
453450
line-height: 1.6;
454451
overflow-x: auto;
455452
overflow-y: auto;
456-
max-height: 600px;
453+
max-height: 70vh;
457454
}
458455

459456
.code-content pre {

0 commit comments

Comments
 (0)