diff --git a/fortune_generator/styles.css b/fortune_generator/styles.css index 6b9f11b..af376de 100644 --- a/fortune_generator/styles.css +++ b/fortune_generator/styles.css @@ -7,6 +7,7 @@ * { overflow: hidden; text-align: center; + white-space: nowrap; } body { @@ -28,7 +29,7 @@ body { transform: translate(-50%, -50%); background-color: var(--white); border-radius: 30px; - padding: 50px; + padding: 30px; } .left-result {