diff --git a/css/style.css b/css/style.css
index 8bf2315..a0d2378 100644
--- a/css/style.css
+++ b/css/style.css
@@ -66,6 +66,10 @@ li::before {
section {
grid-area: section;
margin: 1em 2em;
+ display: grid;
+ grid-template-columns: auto;
+ grid-template-rows: auto min-content;
+ row-gap: 2em;
}
textarea {
diff --git a/index.php b/index.php
index 5cb0c0c..8aabae9 100644
--- a/index.php
+++ b/index.php
@@ -32,7 +32,8 @@