diff --git a/templates/template_ruleset.html b/templates/template_ruleset.html
index 07a7975..a9ceb85 100644
--- a/templates/template_ruleset.html
+++ b/templates/template_ruleset.html
@@ -19,7 +19,7 @@
border-radius: 10px 10px 0px 0px;
transition: 0.3s;
opacity: 0.7;
- width: calc(100% - 80px);
+ width: calc(100% - 20px);
}
#searchBar:focus {
color: black;
@@ -45,7 +45,8 @@
}
.writing {
width: 100%;
- padding: 0;
+ padding-top: 0;
+ padding-left: 0;
padding-right: 30px;
padding-bottom: 30px;
}