diff --git a/css/style.css b/css/style.css
index 0f0e36d..8bf2315 100644
--- a/css/style.css
+++ b/css/style.css
@@ -20,7 +20,6 @@ ul {
ul:nth-child(1) {
padding: 1em 1em;
- position: absolute;
}
li:hover {
@@ -66,6 +65,13 @@ li::before {
}
section {
grid-area: section;
+ margin: 1em 2em;
+}
+
+textarea {
+ width: 100%;
+ height: 100%;
+ resize: none;
}
aside {
@@ -97,6 +103,7 @@ sub {
height: 100%;
justify-items: center;
align-items: center;
+ top: 0;
}
.settingsBtn {
diff --git a/index.php b/index.php
index 2b37039..5cb0c0c 100644
--- a/index.php
+++ b/index.php
@@ -20,9 +20,11 @@