commit eadb2e2157e82f4a6d137c8aa43c98a988ca13f4
parent 2d1eba2c6b231f08468779a73af1e76002e7c7c4
Author: Peter Kosyh <p.kosyh@gmail.com>
Date: Sat, 5 Sep 2020 14:50:33 +0300
Style fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ii-node/lib/style.css b/ii-node/lib/style.css
@@ -118,7 +118,7 @@
text-align: center;
}
#edit {
- text-align: left;
+ text-align: center;
width: 100%;
margin-right: auto;
margin-left: auto;
@@ -133,7 +133,7 @@
padding: 10px;
border: none;
overflow: auto;
- width: 95%;
+ width: 90%;
border: 1px solid #55aaaa;
}