hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit b78f27e13f4f422a42fdf5383afa6593de014c8b
parent ef5325bb3c9c2e6eca537b36bcfee91d11f74d81
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Thu,  9 May 2019 10:06:04 -0400

Reduce isso input field width to accomondate new preview/edit button

Diffstat:
Mlayouts/partials/css/isso.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/css/isso.css b/layouts/partials/css/isso.css
@@ -175,7 +175,7 @@
 .isso-postbox > .form-wrapper > .auth-section .input-wrapper {
     display: inline-block;
     position: relative;
-    max-width: 28%;
+    max-width: 20%;
     margin: 0;
     margin-right: .3em;
 }