Skip to content

Commit 9ae4daa

Browse files
committed
Fixed css
1 parent cff3064 commit 9ae4daa

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

styles.css

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ h1 {
312312
.generated-page {
313313
background: white;
314314
min-height: 100vh;
315-
padding: 2rem 1rem;
315+
padding: 0;
316+
width: 100vw;
316317
}
317318

318319
.nav-buttons {
@@ -323,12 +324,9 @@ h1 {
323324
position: sticky;
324325
top: 0;
325326
background: white;
326-
padding: 1rem 0;
327+
padding: 1rem 2rem;
327328
z-index: 10;
328329
border-bottom: 2px solid #e2e8f0;
329-
max-width: 95%;
330-
margin-left: auto;
331-
margin-right: auto;
332330
}
333331

334332
.nav-btn {
@@ -486,12 +484,6 @@ h1 {
486484

487485
/* ===== RESPONSIVE ===== */
488486

489-
@media (max-width: 1400px) {
490-
.side-by-side-layout {
491-
grid-template-columns: 1fr;
492-
}
493-
}
494-
495487
@media (max-width: 768px) {
496488
.container {
497489
padding: 1rem;
@@ -542,4 +534,8 @@ h1 {
542534
.generated-page {
543535
padding: 1rem;
544536
}
537+
538+
.side-by-side-layout {
539+
grid-template-columns: 1fr;
540+
}
545541
}

0 commit comments

Comments
 (0)