diff --git a/templates/assets/index.css b/templates/assets/index.css index 3113cc7..1c1e777 100644 --- a/templates/assets/index.css +++ b/templates/assets/index.css @@ -144,6 +144,10 @@ body, html { transition: all .25s ease-in-out; } +.ncstyle-button:not(:last-child) { + margin-right: 1rem; +} + .margin-bottom { margin-bottom: 1rem; } diff --git a/templates/index.html b/templates/index.html index 98dcd44..af31bbd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,14 +13,14 @@