File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 312312.generated-page {
313313 background : white;
314314 min-height : 100vh ;
315- padding : 2rem ;
315+ padding : 2rem 4 rem ;
316316}
317317
318318.nav-buttons {
352352}
353353
354354.content-wrapper {
355- max-width : 1600 px ;
355+ max-width : 100 % ;
356356 margin : 0 auto;
357357}
358358
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) ===== */
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 {
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 {
453450 line-height : 1.6 ;
454451 overflow-x : auto;
455452 overflow-y : auto;
456- max-height : 600 px ;
453+ max-height : 70 vh ;
457454}
458455
459456.code-content pre {
You can’t perform that action at this time.
0 commit comments