diff --git a/addform.html b/addform.html
index af27011..2a7486a 100644
--- a/addform.html
+++ b/addform.html
@@ -430,7 +430,8 @@
overflow-x: clip;
max-height: 532px;
padding:0 10px 20px;
- width: 314px;
+ /* width: 314px; */
+ width: 285px;
height: -webkit-fill-available;
}
@@ -1471,7 +1472,7 @@ $("#overlay").show();
$('#workarea_math').click(function(){
// console.log('called');
- $('#workarea_math').css('margin-bottom', '350px');
+ $('#workarea_math').css('margin-bottom', '300px');
localStorage.setItem('workAreaMath', true);
});
@@ -2249,8 +2250,8 @@ function addSection(title = false, description = false, random_no = false, secti
innerDivElement.addEventListener("keyup", function(event) {
-
-
+ //
+ //