From 6643024e3bf3101a79eed1be38bdfafd14339c16 Mon Sep 17 00:00:00 2001 From: BcRikko Date: Mon, 11 Feb 2019 11:00:42 +0900 Subject: [PATCH] feat(style.css): change dialog-menu style --- demo/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demo/style.css b/demo/style.css index 281aeec..b5fc754 100644 --- a/demo/style.css +++ b/demo/style.css @@ -151,6 +151,11 @@ div.containers > .nes-container { margin-top: 1.5rem; } +#dialogs .dialog-menu { + padding: 0; + text-align: center; +} + #texts { display: inline-block; }