Skip to content

Commit cff3064

Browse files
committed
Fixed css
1 parent fa3da9c commit cff3064

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

styles.css

Lines changed: 4 additions & 1 deletion
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 4rem;
315+
padding: 2rem 1rem;
316316
}
317317

318318
.nav-buttons {
@@ -326,6 +326,9 @@ h1 {
326326
padding: 1rem 0;
327327
z-index: 10;
328328
border-bottom: 2px solid #e2e8f0;
329+
max-width: 95%;
330+
margin-left: auto;
331+
margin-right: auto;
329332
}
330333

331334
.nav-btn {

0 commit comments

Comments
 (0)